summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/lua/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/lua/lapi.c')
-rw-r--r--plugins/MirLua/src/lua/lapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MirLua/src/lua/lapi.c b/plugins/MirLua/src/lua/lapi.c
index fea9eb2765..52e7adfedc 100644
--- a/plugins/MirLua/src/lua/lapi.c
+++ b/plugins/MirLua/src/lua/lapi.c
@@ -1091,8 +1091,6 @@ LUA_API int lua_error (lua_State *L) {
lua_lock(L);
api_checknelems(L, 1);
luaG_errormsg(L);
- /* code unreachable; will unlock when control actually leaves the kernel */
- return 0; /* to avoid warnings */
}