summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/mi/mi-interp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c
index d9a937ff8f7..3ea1b0bb357 100644
--- a/gdb/mi/mi-interp.c
+++ b/gdb/mi/mi-interp.c
@@ -271,10 +271,6 @@ mi_cmd_interpreter_exec (char *command, char **argv, int argc)
changing the interpreter will clear out all the continuations for
that interpreter... */
- /* APPLE LOCAL: The FSF version leaves out the
- mi_dont_register_continuation. Maybe this hadn't been added yet when
- they adopted the code. */
-
if (target_can_async_p () && target_executing
&& !mi_dont_register_continuation)
{