rm dead code (nw)

This commit is contained in:
Justin Kerk 2018-05-03 19:30:24 +00:00
parent e54e6ee3d6
commit f857d267f5

View File

@ -414,14 +414,6 @@ if not _OPTIONS["BIGENDIAN"] then
_OPTIONS["BIGENDIAN"] = "0"
end
if not _OPTIONS["NOASM"] then
if _OPTIONS["targetos"]=="emscripten" then
_OPTIONS["NOASM"] = "1"
else
_OPTIONS["NOASM"] = "0"
end
end
if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then
_OPTIONS["FORCE_DRC_C_BACKEND"] = "1"
end