delete long retired commented out code (daemon_startup)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2487 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
587aa64850
commit
fc889f0357
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue