* block.h (struct block): Remove "gcc_compile_flag" member.
[binutils-gdb.git] / gdb / block.c
index f34c7c4a6815af7a93af92ad3ae14866cbd8ce44..858d42d186376c42c2d58950c1930199b1b83842 100644 (file)
@@ -287,7 +287,6 @@ allocate_block (struct obstack *obstack)
   BLOCK_SUPERBLOCK (bl) = NULL;
   BLOCK_DICT (bl) = NULL;
   BLOCK_NAMESPACE (bl) = NULL;
-  BLOCK_GCC_COMPILED (bl) = 0;
 
   return bl;
 }