Missed line when removing env sanitizing.

This commit is contained in:
Christian Kamm
2008-12-14 16:39:27 +01:00
parent c12ab60283
commit 44c606c409

View File

@@ -377,7 +377,6 @@ void assemble(const llvm::sys::Path& asmpath, const llvm::sys::Path& objpath)
error("failed to invoke gcc");
fatal();
}
delete [] clean_env;
}