diff options
-rw-r--r-- | src/jtag/jtag.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 3ad12f2d..97868226 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -231,8 +231,6 @@ enum jtag_event { JTAG_TRST_ASSERTED }; -extern char* jtag_event_strings[]; - enum jtag_tap_event { JTAG_TAP_EVENT_ENABLE, JTAG_TAP_EVENT_DISABLE |