]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/agilent-dmm.h
sr: make struct drv_context global
[libsigrok.git] / hardware / agilent-dmm / agilent-dmm.h
index 179d0013cfb4947102a1c0350484c843344c84d0..4c8ecac4c1670d40c04ee205bde596d46329a21a 100644 (file)
@@ -42,11 +42,6 @@ struct agdmm_profile {
        const struct agdmm_recv *recvs;
 };
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        const struct agdmm_profile *profile;