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)
commit610f8c63394782fa73b12ff67f6cd2b76180ad2c
tree44ea91b7f02cff8913f0ff24a647801ac98aee63
parent90621f6922ec7da513a2af46234bb5ae11a663ae
Remove a call to clear_interpreter_hooks

mi_interp::resume does not need to call clear_interpreter_hooks,
because this is already done by interp_set.
gdb/mi/mi-interp.c