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:
parent
66e7b0f4d9
commit
ea118ff5b1
@ -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 ();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user