diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lua-apk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua-apk.c b/src/lua-apk.c index 3c96b5c..59c90cb 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; |