瀏覽代碼

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

git-svn-id: trunk@5330 -
yury 19 年之前
父節點
當前提交
21bd30b47c
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;