From f4fbe8fd328cd5622392a2700ff20bdbec8ff9c5 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 14 Sep 2006 02:25:03 +0000 Subject: (mi_cmd_interpreter_exec): Remove out-of date comment. --- gdb/mi/mi-interp.c | 4 ---- 1 file changed, 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) { -- cgit v1.2.1