]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/openbench-logic-sniffer/protocol.h
ols: Don't store temporary data in device context
[libsigrok.git] / src / hardware / openbench-logic-sniffer / protocol.h
index 612b069f6b9889c0665f23715a18c501f6dc4c6e..01a3821366a593e684e046ed804bd7700e9ebf8c 100644 (file)
@@ -123,7 +123,6 @@ struct dev_context {
 
        unsigned int rle_count;
        unsigned char sample[4];
-       unsigned char tmp_sample[4];
        unsigned char *raw_sample_buf;
 };