public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PUSHED 1/2] remove the declared but undefined/unused method find_partial_die
@ 2022-11-26 12:23 Philippe Waroquiers
  2022-11-26 12:23 ` [PUSHED 2/2] Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct Philippe Waroquiers
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Waroquiers @ 2022-11-26 12:23 UTC (permalink / raw)
  To: gdb-patches; +Cc: Philippe Waroquiers

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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gdb/dwarf2/cu.h b/gdb/dwarf2/cu.h
index 51638e71b19..52975095871 100644
--- a/gdb/dwarf2/cu.h
+++ b/gdb/dwarf2/cu.h
@@ -278,8 +278,6 @@ struct dwarf2_cu
      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 ();
 };
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-26 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 12:23 [PUSHED 1/2] remove the declared but undefined/unused method find_partial_die Philippe Waroquiers
2022-11-26 12:23 ` [PUSHED 2/2] Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct Philippe Waroquiers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).