diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/startup.tcl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 794654c6..f4396710 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -302,21 +302,6 @@ proc verify {args} { add_help_text verify "synonym to verify_image" -add_help_text telnet_async "<enable/disable> - enable/disable async messages. Default 0." - -global telnet_async_state -set telnet_async_state 0 -proc telnet_async {state} { - global telnet_async_state - if {[string compare $state enable]==0} { - set telnet_async_state 1 - } elseif {[string compare $state disable]==0} { - set telnet_async_state 0 - } else { - return -code error "Illegal option $state" - } -} - add_help_text cpu "<name> - prints out target options and a comment on CPU which matches name" |