]> sigrok.org Git - libsigrok.git/blobdiff - output/output_csv.c
Fix some compiler warnings.
[libsigrok.git] / output / output_csv.c
index 8247dd288ea0f86c946d2d5346cdfce0c8714037..8576105a29cfc7a2eca4dbae4598c31dc735b53b 100644 (file)
@@ -126,7 +126,6 @@ static int event(struct sr_output *o, int event_type, char **data_out,
                 uint64_t *length_out)
 {
        struct context *ctx;
-       char *outbuf;
 
        if (!o) {
                sr_err("csv out: %s: o was NULL", __func__);