]> sigrok.org Git - libsigrok.git/blobdiff - hardware/brymen-bm86x/protocol.h
build: Portability fixes.
[libsigrok.git] / hardware / brymen-bm86x / protocol.h
index d3d8955d29779570710030b1fc4879028acfcf99..57af1552217dbdc79cff2d41f224991994f96bda 100644 (file)
@@ -32,7 +32,6 @@ struct dev_context {
        /* Acquisition settings */
        uint64_t limit_samples;    /**< The sampling limit (in number of samples).*/
        uint64_t limit_msec;       /**< The time limit (in milliseconds). */
-       void *session_cb_data;     /**< Opaque pointer passed in by the frontend. */
 
        /* Operational state */
        int detached_kernel_driver;/**< Whether kernel driver was detached or not */