drivers/bitbang: remove unused extern declaration of jtag_interface
[fw/openocd] / src / jtag / drivers / bitbang.c
index 722a5f2ac930b7a837b1350b5fe1c9f4cfe22183..da4fb334819755405b83c39f66d596a8c4821c0f 100644 (file)
@@ -30,9 +30,6 @@
 #include <jtag/interface.h>
 #include <jtag/commands.h>
 
-/* YUK! - but this is currently a global.... */
-extern struct jtag_interface *jtag_interface;
-
 /**
  * Function bitbang_stableclocks
  * issues a number of clock cycles while staying in a stable state.