X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;fp=src%2Fhelper%2Fcommand.h;h=672ccd02bf593a17b97f5c6870ba51134c94d8a8;hb=90bd7d148225efa587d8e62017625709a1ac002d;hp=733ba42dd1ef5ae113aaa1cc7c17d52407ca658f;hpb=e8d4074cf859328990f14a6c57a669f741cb83a2;p=fw%2Fopenocd diff --git a/src/helper/command.h b/src/helper/command.h index 733ba42dd..672ccd02b 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -226,7 +226,6 @@ struct command_registration { const char *name; command_handler_t handler; Jim_CmdProc *jim_handler; - void *jim_handler_data; enum command_mode mode; const char *help; /** a string listing the options and arguments, required or optional */