X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fbrymen-bm86x%2Fprotocol.h;fp=hardware%2Fbrymen-bm86x%2Fprotocol.h;h=57af1552217dbdc79cff2d41f224991994f96bda;hb=102f12396660e0784134bccce5cc0679db325751;hp=d3d8955d29779570710030b1fc4879028acfcf99;hpb=85b69c2b64fc3f0b0478063a983c1920bf0e30a7;p=libsigrok.git diff --git a/hardware/brymen-bm86x/protocol.h b/hardware/brymen-bm86x/protocol.h index d3d8955d..57af1552 100644 --- a/hardware/brymen-bm86x/protocol.h +++ b/hardware/brymen-bm86x/protocol.h @@ -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 */