Remove superfluous extern of jtag_event_strings from jtag.h.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 08:39:37 +0000 (08:39 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 08:39:37 +0000 (08:39 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2155 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/jtag.h

index 3ad12f2d11664da3f7182b3d21b494b1e950ec8d..978682269a45864a2f37159f9e25afd1dc7d6525 100644 (file)
@@ -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