]> sigrok.org Git - libsigrok.git/blobdiff - output/binary.c
All drivers: Drop unneeded comments.
[libsigrok.git] / output / binary.c
index ef41dab4ef76c5c27e6185467c45282d8219a6b6..003b6ce077f7eb87a17d67a70adc9fb3e4e76090 100644 (file)
@@ -29,7 +29,6 @@ static int data(struct sr_output *o, const uint8_t *data_in,
 {
        uint8_t *outbuf;
 
-       /* Prevent compiler warnings. */
        (void)o;
 
        if (!data_in) {