lua: remove unused reg_apk_db_meta_methods

cute-signatures
Timo Teräs 2016-07-22 10:11:04 +03:00
parent 06ae5fdfdc
commit 22434a5ff0
1 changed files with 0 additions and 5 deletions

View File

@ -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);