]> sigrok.org Git - libsigrok.git/blobdiff - hardware/serial-dmm/protocol.h
gnuplot: Eliminate fixed-size header buffer based on max probes.
[libsigrok.git] / hardware / serial-dmm / protocol.h
index 9664efdde46079846fe174c18220605a0c126b4d..f15eef321801b095c17fa10e420c380df245f831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  *
@@ -85,8 +85,6 @@ struct dev_context {
 
        int64_t starttime;
 
-       struct sr_serial_dev_inst *serial;
-
        uint8_t buf[DMM_BUFSIZE];
        int bufoffset;
        int buflen;