cleanups in stead stack2

This commit is contained in:
p.kosyh 2010-02-01 15:40:42 +00:00
parent b9dea63f0a
commit a9be6b5360

View file

@ -412,7 +412,6 @@ int instead_init(void)
luaL_openlibs(L);
luaL_register(L, "_G", base_funcs);
if (dofile(L,STEAD_PATH"/stead.lua")) {
instead_clear();
return -1;
}