]> sigrok.org Git - libsigrok.git/blobdiff - src/output/vcd.c
Add analog helper sr_analog_unit_to_string().
[libsigrok.git] / src / output / vcd.c
index 9d5ca8807a41bf5668fb33a3bb5b92e420d5c496..f1b45f1adf4901f73e62f49e3457875a3912830f 100644 (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;