From 173a43ff15e62ad8cb716e566ec718f9a6507ef6 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 11 Jul 2008 19:30:54 +0000 Subject: help is now implemented in startup.tcl/help git-svn-id: svn://svn.berlios.de/openocd/trunk@797 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/helper/command.h') 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; -- cgit v1.2.3