aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-01-31 23:29:13 +0000
committerStan Shebs <shebs@codesourcery.com>1999-01-31 23:29:13 +0000
commitf3cc3e6e6dd47562a934d6406ef0850d29d48909 (patch)
treed3907b9af622c271a528988edde7b9eb27dbb919 /gdb/buildsym.c
parent3a70e50388b8dbc1817ff4d1407df46003952aff (diff)
downloadfsf-binutils-gdb-f3cc3e6e6dd47562a934d6406ef0850d29d48909.zip
fsf-binutils-gdb-f3cc3e6e6dd47562a934d6406ef0850d29d48909.tar.gz
fsf-binutils-gdb-f3cc3e6e6dd47562a934d6406ef0850d29d48909.tar.bz2
* buildsym.c (merge_symbol_lists): Remove unused variable.
(_initialize_buildsym): Remove, does nothing.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index f494b54..c67dd4c 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -1,6 +1,5 @@
/* Support routines for building symbol tables in GDB's internal format.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1995, 1996
- Free Software Foundation, Inc.
+ Copyright 1986-1999 Free Software Foundation, Inc.
This file is part of GDB.
@@ -1114,7 +1113,6 @@ merge_symbol_lists (srclist, targetlist)
struct pending ** targetlist;
{
register int i;
- register struct pending * link;
if (!srclist || !*srclist)
return;
@@ -1156,10 +1154,3 @@ buildsym_new_init ()
{
buildsym_init ();
}
-
-/* Initializer for this module */
-
-void
-_initialize_buildsym ()
-{
-}