aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/startup.tcl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl
index 2578de9..cda3a8f 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.