* block.h (struct block): Remove "gcc_compile_flag" member.
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index f6406794a312309e14c4a1bb7a2b28b353ed5afb..aab5056207b10a1ce50bb4ba61817f4700b025e2 100644 (file)
@@ -246,8 +246,6 @@ finish_block (struct symbol *symbol, struct pending **listhead,
   BLOCK_SUPERBLOCK (block) = NULL;
   BLOCK_NAMESPACE (block) = NULL;
 
-  BLOCK_GCC_COMPILED (block) = processing_gcc_compilation;
-
   /* Put the block in as the value of the symbol that names it.  */
 
   if (symbol)
This page took 0.025785 seconds and 4 git commands to generate.