Remove unused extern declaration. (#324)

This commit is contained in:
Greg Savin
2018-11-05 17:18:55 -08:00
committed by GitHub
parent 6749c70a3a
commit 626df7d04b
-3
View File
@@ -54,9 +54,6 @@ extern struct jtag_interface dummy_interface;
#if BUILD_FTDI == 1
extern struct jtag_interface ftdi_interface;
#endif
#if BUILD_FTDI_OSCAN1 == 1
extern struct jtag_interface oscan1_ftdi_interface;
#endif
#if BUILD_USB_BLASTER == 1 || BUILD_USB_BLASTER_2 == 1
extern struct jtag_interface usb_blaster_interface;
#endif