Drop obsolete vcd_header.

This commit is contained in:
Uwe Hermann 2011-02-22 23:13:34 +01:00
parent d078d2e5f3
commit 120b259ea8
1 changed files with 0 additions and 10 deletions

View File

@ -36,16 +36,6 @@ struct context {
uint64_t samplerate; 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 = "\ static const char *vcd_header_comment = "\
$comment\n Acquisition with %d/%d probes at %s\n$end\n"; $comment\n Acquisition with %d/%d probes at %s\n$end\n";