]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic16/api.c
saleae-logic16: Drop unused variable.
[libsigrok.git] / hardware / saleae-logic16 / api.c
index 8b2db4b49e065b9845e976559d735f70812d034d..2a493f9012212c125580a0aa99237123a4992307 100644 (file)
@@ -641,9 +641,6 @@ static int configure_channels(const struct sr_dev_inst *sdi)
        struct sr_channel *ch;
        GSList *l;
        uint16_t channel_bit;
-#ifdef WORDS_BIGENDIAN
-       int i;
-#endif
 
        devc = sdi->priv;