summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 12:17:56 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 12:17:56 +0000
commitc5b718f5e85c7a884f7610fea46ceea2c3fbd4a7 (patch)
tree74c2c110f0f40a21a846cb00f5163d66f295ca82 /src/helper/command.h
parent381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7 (diff)
downloadopenocd_libswd-c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7.tar.gz
openocd_libswd-c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7.tar.bz2
openocd_libswd-c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7.tar.xz
openocd_libswd-c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7.zip
- retired variable stuff.
- drscan is now a low level tcl command: execute DR scan <device> <num_bits> <value> <num_bits1> <value2> - removed obsolete partial command text support git-svn-id: svn://svn.berlios.de/openocd/trunk@791 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 6a1da024..bc4d332e 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -60,7 +60,6 @@ typedef struct command_s
int (*handler)(struct command_context_s *context, char* name, char** args, int argc);
enum command_mode mode;
char *help;
- int unique_len;
struct command_s *next;
} command_t;