X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fstartup.tcl;h=cda3a8fa334dda1f031a57ffb46d63c7eb8277e6;hp=2578de9306d8a5610dbac688bc119538e823c9fb;hb=076802606a46dc2fe03946ab686467593e35a3d8;hpb=11a2bfc2bcedfad0ecb1b8d7f68ac7208cd6b8c0;ds=sidebyside diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 2578de9306..cda3a8fa33 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -3,13 +3,6 @@ # Embedded into OpenOCD executable # - -# We need to explicitly redirect this to the OpenOCD command -# as Tcl defines the exit proc -proc exit {} { - ocd_throw exit -} - # All commands are registered with an 'ocd_' prefix, while the "real" # command is a wrapper that calls this function. Its primary purpose is # to discard 'handler' command output.