]> sigrok.org Git - libsigrok.git/commitdiff
sr: struct drv_context is global now.
authorUwe Hermann <redacted>
Thu, 27 Sep 2012 21:29:33 +0000 (23:29 +0200)
committerUwe Hermann <redacted>
Thu, 27 Sep 2012 21:29:33 +0000 (23:29 +0200)
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;