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 năm trước cách đây
mục cha
commit
21bd30b47c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;