summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 19:30:54 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 19:30:54 +0000
commit173a43ff15e62ad8cb716e566ec718f9a6507ef6 (patch)
treecdbfe501e0b1096a6a15fabaaaae36b5237d086f /src/helper/command.h
parent76dec044c02bb6d045c2e699501c8e07d75f6013 (diff)
downloadopenocd_libswd-173a43ff15e62ad8cb716e566ec718f9a6507ef6.tar.gz
openocd_libswd-173a43ff15e62ad8cb716e566ec718f9a6507ef6.tar.bz2
openocd_libswd-173a43ff15e62ad8cb716e566ec718f9a6507ef6.tar.xz
openocd_libswd-173a43ff15e62ad8cb716e566ec718f9a6507ef6.zip
help is now implemented in startup.tcl/help
git-svn-id: svn://svn.berlios.de/openocd/trunk@797 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 bc4d332e..76a49a54 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -59,7 +59,6 @@ typedef struct command_s
struct command_s *children;
int (*handler)(struct command_context_s *context, char* name, char** args, int argc);
enum command_mode mode;
- char *help;
struct command_s *next;
} command_t;