Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index 7d36a2a7114d74ecb280e3d3f8dc69d022dd8b1a..1c95e068842a7ee353fe448bf8cbf2b6a8a7fbcb 100644 (file)
@@ -670,12 +670,6 @@ objfile::~objfile ()
      for example), so we need to call this here.  */
   clear_pc_function_cache ();
 
-  /* Clear globals which might have pointed into a removed objfile.
-     FIXME: It's not clear which of these are supposed to persist
-     between expressions and which ought to be reset each time.  */
-  expression_context_block = NULL;
-  innermost_block.reset ();
-
   /* Check to see if the current_source_symtab belongs to this objfile,
      and if so, call clear_current_source_symtab_and_line.  */
 
This page took 0.025869 seconds and 4 git commands to generate.