]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fluke-dmm/fluke-dmm.h
sr: struct drv_context is global now.
[libsigrok.git] / hardware / fluke-dmm / fluke-dmm.h
index 0aac45b7c23b4cedb11f91a37d5153ed3456832a..495ff9f3a511317167bc6f5fdf7cab81f4cc7cef 100644 (file)
@@ -37,11 +37,6 @@ struct flukedmm_profile {
        int poll_period;
 };
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        const struct flukedmm_profile *profile;