]> sigrok.org Git - libsigrok.git/commitdiff
Drop obsolete vcd_header.
authorUwe Hermann <redacted>
Tue, 22 Feb 2011 22:13:34 +0000 (23:13 +0100)
committerUwe Hermann <redacted>
Thu, 3 Mar 2011 19:24:25 +0000 (20:24 +0100)
output/output_vcd.c

index 4b76de0a088512529f0f89bfd9fbd6e25428f266..1c5d723d1abd9664ab40368d953c719851cfe809 100644 (file)
@@ -36,16 +36,6 @@ 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";
-
 static const char *vcd_header_comment = "\
 $comment\n  Acquisition with %d/%d probes at %s\n$end\n";