diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index e0d94f3d722..b80ef2a9359 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2421,8 +2421,6 @@ reread_symbols (void) (*objfile->sf->sym_finish) (objfile); } - /* We never make this a mapped file. */ - objfile->md = NULL; objfile->psymbol_cache = bcache_xmalloc (); objfile->macro_cache = bcache_xmalloc (); /* obstack_init also initializes the obstack so it is |