From: Uwe Hermann Date: Tue, 22 Feb 2011 22:13:34 +0000 (+0100) Subject: Drop obsolete vcd_header. X-Git-Tag: libsigrok-0.1.0~307 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=120b259ea8f17b74deca3ba4b71e78771539bde8 Drop obsolete vcd_header. --- diff --git a/output/output_vcd.c b/output/output_vcd.c index 4b76de0a..1c5d723d 100644 --- a/output/output_vcd.c +++ b/output/output_vcd.c @@ -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";