summaryrefslogtreecommitdiff
path: root/gdb/hpread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-07-07 18:19:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-07-07 18:19:07 +0000
commit870320fc55ce91d3d2fc82206b8ab780697ef075 (patch)
tree873b72fc26364de7697319ecc56e613e8e8192ed /gdb/hpread.c
parent5a5d17ef5f783730ba6709041170906927019f29 (diff)
downloadgdb-870320fc55ce91d3d2fc82206b8ab780697ef075.tar.gz
* hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r--gdb/hpread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/hpread.c b/gdb/hpread.c
index f955fb9c553..3e2179aac3d 100644
--- a/gdb/hpread.c
+++ b/gdb/hpread.c
@@ -2711,7 +2711,6 @@ hpread_psymtab_to_symtab_1 (struct partial_symtab *pst)
hpread_expand_symtab (pst->objfile, LDSYMOFF (pst), LDSYMLEN (pst),
pst->textlow, pst->texthigh - pst->textlow,
pst->section_offsets, pst->filename);
- sort_symtab_syms (pst->symtab);
do_cleanups (old_chain);
}