Remove a call to clear_interpreter_hooks
authorTom Tromey <tromey@adacore.com>
Fri, 12 Aug 2022 19:30:31 +0000 (13:30 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 31 Aug 2022 17:03:40 +0000 (11:03 -0600)
mi_interp::resume does not need to call clear_interpreter_hooks,
because this is already done by interp_set.

gdb/mi/mi-interp.c

index dbf71185ea795416daf8068d2296ce55fc7e7e93..af242208a0bf5334be21c56ad8804c25ebb8818e 100644 (file)
@@ -190,10 +190,6 @@ mi_interp::resume ()
   /* Route target error through the MI as well.  */
   gdb_stdtargerr = mi->targ;
 
-  /* Replace all the hooks that we know about.  There really needs to
-     be a better way of doing this... */
-  clear_interpreter_hooks ();
-
   deprecated_show_load_progress = mi_load_progress;
 }