lua: remove unneeded global vars
parent
a4f98dd62a
commit
21a213c212
|
@ -8,10 +8,6 @@
|
||||||
|
|
||||||
#define LIBNAME "apk"
|
#define LIBNAME "apk"
|
||||||
|
|
||||||
int apk_verbosity;
|
|
||||||
unsigned int apk_flags;
|
|
||||||
|
|
||||||
|
|
||||||
static apk_blob_t check_blob(lua_State *L, int index)
|
static apk_blob_t check_blob(lua_State *L, int index)
|
||||||
{
|
{
|
||||||
apk_blob_t blob;
|
apk_blob_t blob;
|
||||||
|
|
Loading…
Reference in New Issue