remove the declared but undefined/unused method find_partial_die

The method
       struct partial_die_info *find_partial_die (sect_offset sect_off);
in cu.h is defined, but is used nowhere and not implemented.
This commit is contained in:
Philippe Waroquiers 2022-11-26 12:42:41 +01:00
parent 66e7b0f4d9
commit ea118ff5b1

View File

@ -278,8 +278,6 @@ public:
hash table and don't find it. */
bool load_all_dies : 1;
struct partial_die_info *find_partial_die (sect_offset sect_off);
/* Get the buildsym_compunit for this CU. */
buildsym_compunit *get_builder ();
};