]> sigrok.org Git - libsigrok.git/commitdiff
siglent-sds: Remove unused variable.
authorUwe Hermann <redacted>
Sun, 18 Feb 2018 16:14:08 +0000 (17:14 +0100)
committerUwe Hermann <redacted>
Sun, 18 Feb 2018 16:14:08 +0000 (17:14 +0100)
src/hardware/siglent-sds/api.c

index f77dcc16bce9d640aaedbb528527e379384b68ed..9810aa1b3a3d23aea890deb60fc40c4930c904a5 100644 (file)
@@ -525,7 +525,7 @@ static int config_set(uint32_t key, GVariant *data,
        const struct sr_dev_inst *sdi, const struct sr_channel_group *cg)
 {
        struct dev_context *devc;
-       uint64_t p, q;
+       uint64_t p;
        double t_dbl;
        unsigned int i;
        int ret, idx;