* Setting of ErrorCode:=217 in CatchUnhandledException is not needed because it set to 217 in System unit.

git-svn-id: trunk@5330 -
This commit is contained in:
yury 2006-11-11 13:39:25 +00:00
parent 3ab20922d6
commit 21bd30b47c

View File

@ -246,7 +246,6 @@ begin
Writeln(stdout,BackTraceStrFunc(Frames[i]));
end;
Writeln(stdout,'');
ErrorCode:=217;
end;