aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-02-26 09:49:02 -0700
committerTom Tromey <tom@tromey.com>2023-02-26 10:46:30 -0700
commit6fd9b7837308cc335a0e00e55f7c3b798aa27d3b (patch)
treeeb8a3df0f094d827aff84b90fafaf00cbfcb97b8 /gdb/symtab.h
parentff3b2421c64ac8fef4571b3b3680bc9fe714931d (diff)
downloadgdb-6fd9b7837308cc335a0e00e55f7c3b798aa27d3b.zip
gdb-6fd9b7837308cc335a0e00e55f7c3b798aa27d3b.tar.gz
gdb-6fd9b7837308cc335a0e00e55f7c3b798aa27d3b.tar.bz2
Remove expand_symtab_containing_pc
The function expand_symtab_containing_pc is unused; remove it. Tested by rebuilding.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 17d2746..c565bc8 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -2189,10 +2189,6 @@ extern bound_minimal_symbol find_gnu_ifunc (const symbol *sym);
extern void clear_pc_function_cache (void);
-/* Expand symtab containing PC, SECTION if not already expanded. */
-
-extern void expand_symtab_containing_pc (CORE_ADDR, struct obj_section *);
-
/* lookup full symbol table by address. */
extern struct compunit_symtab *find_pc_compunit_symtab (CORE_ADDR);