mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 02:58:23 +08:00
target: drop struct target_type::target_jim_commands()
The API was introduced in 2008 by commit 8d73c2a9b0
("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
This commit is contained in:
@@ -201,10 +201,6 @@ struct target_type {
|
||||
/* 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.
|
||||
|
Reference in New Issue
Block a user