lua_error is a noreturn function.

This commit is contained in:
jmears 2017-10-05 12:45:00 -07:00 committed by Tom van Dijck
parent a0ef053b08
commit f1b9aecab3

View File

@ -70,7 +70,6 @@ int path_wildcards(lua_State* L)
{
lua_pushstring(L, "Wildcards expansion too big.");
lua_error(L);
return 0;
}
}