X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fvcd.c;h=f1b45f1adf4901f73e62f49e3457875a3912830f;hb=f2209364737835ba78126cf7f2a707f63182f0e6;hp=9d5ca8807a41bf5668fb33a3bb5b92e420d5c496;hpb=d686c5ec462a4044e049931e57d60e9d08df8cde;p=libsigrok.git diff --git a/src/output/vcd.c b/src/output/vcd.c index 9d5ca880..f1b45f1a 100644 --- a/src/output/vcd.c +++ b/src/output/vcd.c @@ -39,9 +39,6 @@ struct context { uint64_t samplecount; }; -static const char *const vcd_header_comment = - "$comment\n Acquisition with %d/%d channels at %s\n$end\n"; - static int init(struct sr_output *o, GHashTable *options) { struct context *ctx;