瀏覽代碼

* forgotten commit

git-svn-id: branches/fixes_2_0@3520 -
florian 19 年之前
父節點
當前提交
8dcba495f4
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      compiler/nmat.pas

+ 0 - 4
compiler/nmat.pas

@@ -110,10 +110,6 @@ implementation
          if codegenerror then
            exit;
 
-         result:=simplify;
-         if assigned(result) then
-           exit;
-
          { allow operator overloading }
          t:=self;
          if isbinaryoverloaded(t) then