Sat Nov 7 18:30:20 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index b104f16e928acf01cf4e3c4968c1b57b5f66a010..0ebebdb149c723bf4438cfe631eba6f9601eb90e 100644 (file)
@@ -44,13 +44,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    questionable--see comment where we call them).  */
 #include "stabsread.h"
 
-/* Pointer to the head of a linked list of symbol blocks which have
-   already been finalized (lexical contexts already closed) and which are
-   just waiting to be built into a blockvector when finalizing the
-   associated symtab. */
-
-static struct pending_block *pending_blocks = NULL;
-
 /* List of free `struct pending' structures for reuse.  */
 
 static struct pending *free_pendings;
This page took 0.02332 seconds and 4 git commands to generate.