|
From: <zw...@ma...> - 2009-06-09 10:39:42
|
Author: zwelch
Date: 2009-06-09 10:39:37 +0200 (Tue, 09 Jun 2009)
New Revision: 2155
Modified:
trunk/src/jtag/jtag.h
Log:
Remove superfluous extern of jtag_event_strings from jtag.h.
Modified: trunk/src/jtag/jtag.h
===================================================================
--- trunk/src/jtag/jtag.h 2009-06-09 07:51:47 UTC (rev 2154)
+++ trunk/src/jtag/jtag.h 2009-06-09 08:39:37 UTC (rev 2155)
@@ -231,8 +231,6 @@
JTAG_TRST_ASSERTED
};
-extern char* jtag_event_strings[];
-
enum jtag_tap_event {
JTAG_TAP_EVENT_ENABLE,
JTAG_TAP_EVENT_DISABLE
|