output/vcd: Drop obsolete string.
This commit is contained in:
parent
226363c4e8
commit
e336c0413c
|
@ -39,9 +39,6 @@ struct context {
|
||||||
uint64_t samplecount;
|
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)
|
static int init(struct sr_output *o, GHashTable *options)
|
||||||
{
|
{
|
||||||
struct context *ctx;
|
struct context *ctx;
|
||||||
|
|
Loading…
Reference in New Issue