gdb
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index f3259dd6b02b213a0035cf7cd731575e57aefaba..6c1c91a3459fec0d7f0632e60ff93a89e51bb065 100644 (file)
@@ -247,10 +247,6 @@ allocate_objfile (bfd *abfd, int flags)
   objfile->sect_index_bss = -1;
   objfile->sect_index_rodata = -1;
 
-  /* We don't yet have a C++-specific namespace symtab.  */
-
-  objfile->cp_namespace_symtab = NULL;
-
   /* Add this file onto the tail of the linked list of other such files.  */
 
   objfile->next = NULL;
This page took 0.034438 seconds and 4 git commands to generate.