]> sigrok.org Git - libsigrok.git/blobdiff - output/output_vcd.c
Drop obsolete vcd_header.
[libsigrok.git] / output / output_vcd.c
index a61443dbf3b6c91a10b1dcdb788435e76628f80e..1c5d723d1abd9664ab40368d953c719851cfe809 100644 (file)
@@ -36,17 +36,7 @@ struct context {
        uint64_t samplerate;
 };
 
-const char *vcd_header = "\
-$date %s $end\n\
-$version %s $end\n%s\
-$timescale %s $end\n\
-$scope module %s $end\n\
-%s\
-$upscope $end\n\
-$enddefinitions $end\n\
-$dumpvars\n";
-
-const char *vcd_header_comment = "\
+static const char *vcd_header_comment = "\
 $comment\n  Acquisition with %d/%d probes at %s\n$end\n";
 
 static int init(struct sr_output *o)