From: Uwe Hermann Date: Wed, 28 Dec 2011 20:38:56 +0000 (+0100) Subject: Drop unused 'global' struct/variable. X-Git-Tag: libsigrok-0.1.0~210 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=c5d660ae244babd4afc7863ba23f66d31af6e29e;p=libsigrok.git Drop unused 'global' struct/variable. The libs shouldn't have any (externally visible) globals anyway. --- diff --git a/device.c b/device.c index 866dadf5..b7dd710c 100644 --- a/device.c +++ b/device.c @@ -22,8 +22,6 @@ #include #include -extern struct sr_global *global; - GSList *devices = NULL; /**