output/vcd: Drop obsolete string.

This commit is contained in:
Bert Vermeulen 2014-08-03 14:09:04 +02:00
parent 226363c4e8
commit e336c0413c
1 changed files with 0 additions and 3 deletions

View 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;