summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lua-apk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lua-apk.c b/src/lua-apk.c
index bae0ee7..e79e311 100644
--- a/src/lua-apk.c
+++ b/src/lua-apk.c
@@ -282,11 +282,6 @@ static const luaL_Reg reg_apk_methods[] = {
{NULL, NULL}
};
-static const luaL_Reg reg_apk_db_meta_methods[] = {
- {"__gc", Papk_db_close},
- {NULL, NULL}
-};
-
static int db_create_meta(lua_State *L)
{
luaL_newmetatable(L, APK_DB_META);