From 71c73068858ad80020c7956a215a5ec590704ddb Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 5 Nov 2008 08:48:50 +0000 Subject: fix telnet async messages. retired telnet_async command - no user serviceable parts inside. git-svn-id: svn://svn.berlios.de/openocd/trunk@1135 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/helper/startup.tcl') 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 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 " - prints out target options and a comment on CPU which matches name" -- cgit v1.2.3