From: zwelch Date: Tue, 9 Jun 2009 08:39:37 +0000 (+0000) Subject: Remove superfluous extern of jtag_event_strings from jtag.h. X-Git-Tag: v0.2.0~357 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=d19643f7743f845783721fe6c09c6b69fa097bc6 Remove superfluous extern of jtag_event_strings from jtag.h. git-svn-id: svn://svn.berlios.de/openocd/trunk@2155 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 3ad12f2d11..978682269a 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