Delete search_symbols_equal (use compare_search_syms instead).
authorJoel Brobecker <brobecker@gnat.com>
Wed, 2 Oct 2013 09:22:32 +0000 (09:22 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 2 Oct 2013 09:22:32 +0000 (09:22 +0000)
commit6b9780fbbd65d5a1cf56a15552c50bd6bfa10a10
tree2096e52b7437446d47d3ec90383e3aa36aa7655d
parent751e7549b07aef34e4657e8e9cb86ec9ae4656b1
Delete search_symbols_equal (use compare_search_syms instead).

This avoids duplicating the logic comparing two symbol_search
objects (in search_symbols_equal and compare_search_syms).

gdb/ChangeLog:

        * symtab.c (search_symbols_equal): Delete.
        (sort_search_symbols_remove_dups): Replace call to
        search_symbols_equal by call to compare_search_syms,
        adjusting as necessary.
gdb/ChangeLog
gdb/symtab.c
This page took 0.024378 seconds and 4 git commands to generate.