help is now implemented in startup.tcl/help

git-svn-id: svn://svn.berlios.de/openocd/trunk@797 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-07-11 19:30:54 +00:00
parent 76dec044c0
commit 173a43ff15
3 changed files with 5 additions and 83 deletions

View File

@@ -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;