Browse Source

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

git-svn-id: trunk@5330 -
yury 19 years ago
parent
commit
21bd30b47c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/objpas/sysutils/sysutils.inc

+ 0 - 1
rtl/objpas/sysutils/sysutils.inc

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