diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 228caedaf..9fb537dc1 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 of OpenOCD script (tcl) to run" # Handle GDB 'R' packet. Can be overriden by configuration script,