diff options
| author | amelia squires <[email protected]> | 2025-11-02 06:24:32 -0600 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-11-02 06:24:32 -0600 |
| commit | 3388cce02f3d024b5476b8001664afbbb133db11 (patch) | |
| tree | fffb4b9d0c1c9ab3d3c6a3b8587c298c0d516151 /src/reg.c | |
| parent | 8fe2be29be9637f043ec83ed51788ca969798f68 (diff) | |
unused var
Diffstat (limited to 'src/reg.c')
| -rw-r--r-- | src/reg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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;
|
