diff --git a/src/output/vcd.c b/src/output/vcd.c index 9d5ca880..f1b45f1a 100644 --- a/src/output/vcd.c +++ b/src/output/vcd.c @@ -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;