From 3388cce02f3d024b5476b8001664afbbb133db11 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Sun, 2 Nov 2025 06:24:32 -0600 Subject: unused var --- src/reg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/reg.c b/src/reg.c index 58acc40..b90e03d 100644 --- a/src/reg.c +++ b/src/reg.c @@ -51,7 +51,6 @@ int luaopen_lullaby(lua_State* L) { luaI_tsets(L, top, "version", GIT_COMMIT); lua_pushvalue(L, top); - int idx = i_config_metatable(L, lullaby_config); lua_settop(L, top); return 1; -- cgit v1.2.3