]> sigrok.org Git - libsigrok.git/commitdiff
saleae-logic16: Drop unused variable.
authorBert Vermeulen <redacted>
Tue, 8 Jul 2014 13:20:52 +0000 (15:20 +0200)
committerBert Vermeulen <redacted>
Tue, 8 Jul 2014 13:20:52 +0000 (15:20 +0200)
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;