aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2022-11-26 12:42:41 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2022-11-26 12:42:41 +0100
commitea118ff5b18763c3f9b3033e2c74b0d3eac4245b (patch)
treee5ad0bce280c582df8b4ff881eb31f79f598f83e
parent66e7b0f4d9c88781c2b7589f86e31a7d153ed60c (diff)
downloadgdb-ea118ff5b18763c3f9b3033e2c74b0d3eac4245b.zip
gdb-ea118ff5b18763c3f9b3033e2c74b0d3eac4245b.tar.gz
gdb-ea118ff5b18763c3f9b3033e2c74b0d3eac4245b.tar.bz2
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.
-rw-r--r--gdb/dwarf2/cu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/dwarf2/cu.h b/gdb/dwarf2/cu.h
index 51638e7..5297509 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 ();
};