aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index fea4364..a87f58a 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -1751,7 +1751,7 @@ get_last_source_start_addr ()
corresponding to a psymtab. */
void
-buildsym_init (void)
+buildsym_init ()
{
subfile_stack = NULL;
@@ -1775,13 +1775,3 @@ buildsym_init (void)
gdb_assert (pending_addrmap == NULL);
gdb_assert (buildsym_compunit == NULL);
}
-
-/* Initialize anything that needs initializing when a completely new
- symbol file is specified (not just adding some symbols from another
- file, e.g. a shared library). */
-
-void
-buildsym_new_init (void)
-{
- buildsym_init ();
-}