diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-07-07 18:13:52 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-07-07 18:13:52 +0000 |
commit | 376a5a496385d39236999a4c19e0d7c5e431bda9 (patch) | |
tree | 2d6d705c6e4a8cb9abf7930de1360ea41c8d1b34 /gdb/xcoffread.c | |
parent | 22b4a9ad267da46ce0e70781ae9fe5370527e237 (diff) | |
download | gdb-376a5a496385d39236999a4c19e0d7c5e431bda9.zip gdb-376a5a496385d39236999a4c19e0d7c5e431bda9.tar.gz gdb-376a5a496385d39236999a4c19e0d7c5e431bda9.tar.bz2 |
* xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
sort_symtab_syms, no longer necessary.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index de23d5d..7008192 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -1767,7 +1767,6 @@ xcoff_psymtab_to_symtab_1 (struct partial_symtab *pst) old_chain = make_cleanup (really_free_pendings, 0); read_xcoff_symtab (pst); - sort_symtab_syms (pst->symtab); do_cleanups (old_chain); } |