From d19643f7743f845783721fe6c09c6b69fa097bc6 Mon Sep 17 00:00:00 2001
From: zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Tue, 9 Jun 2009 08:39:37 +0000
Subject: [PATCH] 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
---
 src/jtag/jtag.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 3ad12f2d1..978682269 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
-- 
GitLab