summaryrefslogtreecommitdiff
path: root/src/lua-apk.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-22 10:11:04 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-07-22 10:11:04 +0300
commit22434a5ff03db80f329c90fc628f3332f87698d4 (patch)
treefb9aced07da20a36014380470e7f083654a5e5a6 /src/lua-apk.c
parent06ae5fdfdccd0c8e6d5501d93666bd915d2604d1 (diff)
downloadapk-tools-22434a5ff03db80f329c90fc628f3332f87698d4.tar.gz
apk-tools-22434a5ff03db80f329c90fc628f3332f87698d4.tar.bz2
apk-tools-22434a5ff03db80f329c90fc628f3332f87698d4.tar.xz
apk-tools-22434a5ff03db80f329c90fc628f3332f87698d4.zip
lua: remove unused reg_apk_db_meta_methods
Diffstat (limited to 'src/lua-apk.c')
-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);