Remove superfluous extern for non-existant global variable.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2160 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-06-09 08:40:23 +00:00
parent cd7f89f6bc
commit 2a8e37173a
1 changed files with 0 additions and 2 deletions

View File

@ -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,