X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2Fscpi.c;h=a3101a9c3a320057fa2068ae0bdac691057eb831;hb=2fa222c78b522f6f23e8930f5a8c0bbc134fcc5c;hp=dbcd3f090bf2c7dee2a1629d0a5ee701c1f70248;hpb=e311f770159244725a33a412a9f9ef6eda9126c3;p=libsigrok.git diff --git a/hardware/common/scpi.c b/hardware/common/scpi.c index dbcd3f09..a3101a9c 100644 --- a/hardware/common/scpi.c +++ b/hardware/common/scpi.c @@ -68,7 +68,6 @@ static int parse_strict_bool(const char *str, gboolean *ret) SR_PRIV extern const struct sr_scpi_dev_inst scpi_serial_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_tcp_raw_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_tcp_rigol_dev; -/* SR_PRIV extern const struct sr_scpi_dev_inst scpi_usbtmc_dev; */ SR_PRIV extern const struct sr_scpi_dev_inst scpi_usbtmc_libusb_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_vxi_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_visa_dev; @@ -76,7 +75,6 @@ SR_PRIV extern const struct sr_scpi_dev_inst scpi_visa_dev; static const struct sr_scpi_dev_inst *scpi_devs[] = { &scpi_tcp_raw_dev, &scpi_tcp_rigol_dev, - /* &scpi_usbtmc_dev, */ #ifdef HAVE_LIBUSB_1_0 &scpi_usbtmc_libusb_dev, #endif