* buildsym.c (merge_symbol_lists): Remove unused variable.
authorStan Shebs <shebs@codesourcery.com>
Sun, 31 Jan 1999 23:29:13 +0000 (23:29 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 31 Jan 1999 23:29:13 +0000 (23:29 +0000)
(_initialize_buildsym): Remove, does nothing.

gdb/ChangeLog
gdb/buildsym.c

index 586fd1a136d7d1c6a49b886ae85b727d01e686dd..c95e4e3efa64a21f8aa58623d98814a382acd1a3 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jan 31 15:24:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * buildsym.c (merge_symbol_lists): Remove unused variable.
+       (_initialize_buildsym): Remove, does nothing.
+
 1999-01-31 J.T. Conklin  <jtc@redbacknetworks.com>
 
        * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
index f494b5417ff289cc437daf6155a71e0bc843fa48..c67dd4c8efc68197038a5c56ad992e604b5c2e15 100644 (file)
@@ -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 ()
-{
-}
This page took 0.02659 seconds and 4 git commands to generate.