diff --git a/src/lua-apk.c b/src/lua-apk.c index 3c96b5cf700104cb7c653f4dace1a970999c1ad5..59c90cb46b79910690f4193c4c0ee395ec033720 100644 --- a/src/lua-apk.c +++ b/src/lua-apk.c @@ -8,10 +8,6 @@ #define LIBNAME "apk" -int apk_verbosity; -unsigned int apk_flags; - - static apk_blob_t check_blob(lua_State *L, int index) { apk_blob_t blob;