From: zwelch Date: Tue, 9 Jun 2009 08:40:23 +0000 (+0000) Subject: Remove superfluous extern for non-existant global variable. X-Git-Tag: v0.2.0~352 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2a8e37173ad93c6c63aef28e365cc341d4c06fdb Remove superfluous extern for non-existant global variable. git-svn-id: svn://svn.berlios.de/openocd/trunk@2160 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 0e21738ebc..1b0bed0e9d 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -266,8 +266,6 @@ int jtag_get_speed(void); */ int jtag_set_speed(int speed); -extern int jtag_speed_post_reset; - enum reset_types { RESET_NONE = 0x0, RESET_HAS_TRST = 0x1,