summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:39:37 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:39:37 +0000
commitd19643f7743f845783721fe6c09c6b69fa097bc6 (patch)
tree23b2b60243ad7c252225e696d2ed549ed39adbfb /src/jtag
parent7a53ff663378d73b4ef6577441c8e690fed15dee (diff)
downloadopenocd+libswd-d19643f7743f845783721fe6c09c6b69fa097bc6.tar.gz
openocd+libswd-d19643f7743f845783721fe6c09c6b69fa097bc6.tar.bz2
openocd+libswd-d19643f7743f845783721fe6c09c6b69fa097bc6.tar.xz
openocd+libswd-d19643f7743f845783721fe6c09c6b69fa097bc6.zip
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
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.h2
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