From f98dfd4b46ff7c68b479181714832b4c5fced87e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 18 Aug 2008 19:44:49 +0000 Subject: * symfile.c (reread_symbols): Update. * solib-sunos.c (allocate_rt_common_objfile): Update. * objfiles.c (allocate_objfile): Update. * objfiles.h (struct objfile) : Remove. --- gdb/symfile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/symfile.c') 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 -- cgit v1.2.1