summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-09-14 02:25:03 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-09-14 02:25:03 +0000
commit08c704252b267c313e14056a53f80f3bfdb3b3f7 (patch)
tree170a812b1046e531d7f53ab91a6b7212b5361ac7
parent525de92aaa9946c7b5952cca5359c3704ceed4e8 (diff)
downloadgdb-08c704252b267c313e14056a53f80f3bfdb3b3f7.tar.gz
(mi_cmd_interpreter_exec): Remove out-of date
comment.
-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)
{