From c5d660ae244babd4afc7863ba23f66d31af6e29e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 28 Dec 2011 21:38:56 +0100 Subject: [PATCH] Drop unused 'global' struct/variable. The libs shouldn't have any (externally visible) globals anyway. --- device.c | 2 -- 1 file changed, 2 deletions(-) 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; /**