diff options
-rw-r--r-- | src/helper/startup.tcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 228caeda..9fb537dc 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -123,10 +123,6 @@ proc script {filename} { source [find $filename] } -#proc daemon_reset {} { -# puts "Daemon reset is obsolete. Use -c init -c \"reset halt\" at end of openocd command line instead"); -#} - add_help_text script "<filename> - filename of OpenOCD script (tcl) to run" # Handle GDB 'R' packet. Can be overriden by configuration script, |