Remove unused extern declaration. (#324)
This commit is contained in:
parent
6749c70a3a
commit
626df7d04b
|
@ -54,9 +54,6 @@ extern struct jtag_interface dummy_interface;
|
||||||
#if BUILD_FTDI == 1
|
#if BUILD_FTDI == 1
|
||||||
extern struct jtag_interface ftdi_interface;
|
extern struct jtag_interface ftdi_interface;
|
||||||
#endif
|
#endif
|
||||||
#if BUILD_FTDI_OSCAN1 == 1
|
|
||||||
extern struct jtag_interface oscan1_ftdi_interface;
|
|
||||||
#endif
|
|
||||||
#if BUILD_USB_BLASTER == 1 || BUILD_USB_BLASTER_2 == 1
|
#if BUILD_USB_BLASTER == 1 || BUILD_USB_BLASTER_2 == 1
|
||||||
extern struct jtag_interface usb_blaster_interface;
|
extern struct jtag_interface usb_blaster_interface;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue