public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] remove the declared but undefined/unused method find_partial_die
@ 2022-11-26 12:23 Philippe Waroquiers
  0 siblings, 0 replies; only message in thread
From: Philippe Waroquiers @ 2022-11-26 12:23 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ea118ff5b18763c3f9b3033e2c74b0d3eac4245b

commit ea118ff5b18763c3f9b3033e2c74b0d3eac4245b
Author: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Date:   Sat Nov 26 12:42:41 2022 +0100

    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.

Diff:
---
 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 @@ 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 ();
 };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-26 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26 12:23 [binutils-gdb] remove the declared but undefined/unused method find_partial_die 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).