diff --git a/sim_console.c b/sim_console.c index 0e357cce..284e41c9 100644 --- a/sim_console.c +++ b/sim_console.c @@ -747,7 +747,6 @@ static CTAB allowed_remote_cmds[] = { { "ASSIGN", &assign_cmd, 0 }, { "DEASSIGN", &deassign_cmd, 0 }, { "CONTINUE", &x_continue_cmd, 0 }, - { "STEP", &x_step_cmd, 0 }, { "REPEAT", &x_repeat_cmd, 0 }, { "COLLECT", &x_collect_cmd, 0 }, { "SAMPLEOUT",&x_sampleout_cmd, 0 },