]> sigrok.org Git - libsigrok.git/commitdiff
output/vcd: Drop obsolete string.
authorBert Vermeulen <redacted>
Sun, 3 Aug 2014 12:09:04 +0000 (14:09 +0200)
committerBert Vermeulen <redacted>
Sun, 3 Aug 2014 12:09:04 +0000 (14:09 +0200)
src/output/vcd.c

index 9d5ca8807a41bf5668fb33a3bb5b92e420d5c496..f1b45f1adf4901f73e62f49e3457875a3912830f 100644 (file)
@@ -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;