aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reg.c1
1 files changed, 0 insertions, 1 deletions
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;