* mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
[deliverable/binutils-gdb.git] / gdb / mi / mi-parse.c
index 5b2d03fc710399d39c2519426bf2059b180772cc..a2dc50d046632132ed45bf28b2783999bcb0498f 100644 (file)
@@ -217,13 +217,10 @@ mi_parse (char *cmd)
     }
 
   /* FIXME: DELETE THIS */
-  /* For CLI and old ARGS commands, also return the remainder of the
+  /* For CLI commands, also return the remainder of the
      command line as a single string. */
-  if (parse->cmd->args_func != NULL
-      || parse->cmd->cli.cmd != NULL)
-    {
-      parse->args = xstrdup (chp);
-    }
+  if (parse->cmd->cli.cmd != NULL)
+    parse->args = xstrdup (chp);
 
   /* Fully parsed. */
   parse->op = MI_COMMAND;
This page took 0.02538 seconds and 4 git commands to generate.