remove the declared but undefined/unused method find_partial_die
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 26 Nov 2022 11:42:41 +0000 (12:42 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 26 Nov 2022 11:42:41 +0000 (12:42 +0100)
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.

gdb/dwarf2/cu.h

index 51638e71b19f7be56d7f8e9756182dba3c1e02ef..529750958711c1eb266ca1f6bfe5ed81a2116442 100644 (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 ();
 };