Drop unused 'global' struct/variable.

The libs shouldn't have any (externally visible) globals anyway.
This commit is contained in:
Uwe Hermann 2011-12-28 21:38:56 +01:00
parent 155d1012f1
commit c5d660ae24
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#include <sigrok.h> #include <sigrok.h>
#include <sigrok-internal.h> #include <sigrok-internal.h>
extern struct sr_global *global;
GSList *devices = NULL; GSList *devices = NULL;
/** /**