Removed duplicated code for a crash workaround in Mac OS 10.5

This commit is contained in:
Alex Szpakowski
2013-05-16 15:30:34 -03:00
parent c620553e28
commit daea857c1e
2 changed files with 0 additions and 44 deletions
@@ -127,7 +127,6 @@ int w_File_write(lua_State *L)
{
return ioError(L, "%s", e.what());
}
}
else if (luax_istype(L, 2, DATA_T))
{