Remove unused extern declaration. (#324)

deinit
Greg Savin 2018-11-05 17:18:55 -08:00 committed by GitHub
parent 6749c70a3a
commit 626df7d04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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