summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-10 21:33:53 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-10 21:33:53 +0000
commit104580e0bfb5aa2f79bc6c4c96935a8832f5f787 (patch)
tree513beaecf20843bbe9a6f079cab412aac0801316 /src/openocd.c
parenta24ab3ae38131265d9ca6dee7db4262bb1630811 (diff)
downloadopenocd+libswd-104580e0bfb5aa2f79bc6c4c96935a8832f5f787.tar.gz
openocd+libswd-104580e0bfb5aa2f79bc6c4c96935a8832f5f787.tar.bz2
openocd+libswd-104580e0bfb5aa2f79bc6c4c96935a8832f5f787.tar.xz
openocd+libswd-104580e0bfb5aa2f79bc6c4c96935a8832f5f787.zip
Reverse revision 1691: all of its functionality has migrated elsewhere.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1694 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 4d76fd6c..7e8b7cdf 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -41,7 +41,6 @@
#include "mflash.h"
#include "command.h"
-#include "tclapi.h"
#include "server.h"
#include "telnet_server.h"
#include "gdb_server.h"
@@ -203,7 +202,6 @@ command_context_t *setup_command_handler(void)
telnet_register_commands(cmd_ctx);
gdb_register_commands(cmd_ctx);
tcl_register_commands(cmd_ctx); /* tcl server commands */
- tclapi_register_commands(cmd_ctx); /* misc tcl commands */
log_register_commands(cmd_ctx);
jtag_register_commands(cmd_ctx);
xsvf_register_commands(cmd_ctx);