The API was introduced in 2008 by commit
8d73c2a9b0c0 ("duan ellis
target tcl work in progress") and never used.
Drop it!
Change-Id: Icbc5789f59696bd28f9d1151bc3e29f4adb74670
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8903
Tested-by: jenkins
/* otherwise: JIM_OK, or JIM_ERR, */
int (*target_jim_configure)(struct target *target, struct jim_getopt_info *goi);
- /* target commands specifically handled by the target */
- /* returns JIM_OK, or JIM_ERR, or JIM_CONTINUE - if option not understood */
- int (*target_jim_commands)(struct target *target, struct jim_getopt_info *goi);
-
/**
* This method is used to perform target setup that requires
* JTAG access.