diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index f3259dd..6c1c91a 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -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; |