Removed superflous code.
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index 5f572b2891b9b1bedb8152b627c5a564a0b6ff76..5cf7548345a69900d4341e87dec81e4c2db10d8e 100644 (file)
@@ -166,6 +166,13 @@ struct pending_block
   struct block *block;
 };
 
+/* 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. */
+
+EXTERN struct pending_block *pending_blocks;
+
 \f
 struct subfile_stack
 {
This page took 0.024374 seconds and 4 git commands to generate.