fixed compilation

git-svn-id: trunk@10587 -
This commit is contained in:
mattias 2007-02-05 12:16:41 +00:00
parent 17a650d35b
commit f2759eac27

View File

@ -172,7 +172,6 @@ begin
if not (TheProcess.ExitStatus in [0,1]) then begin
WriteError(Format(listCompilerInternalError,[TheProcess.ExitStatus]));
Result:=mrCancel;
exit;
end;
end;
except