From 8dcba495f4cf951ed7982bad2921f965d85e52f7 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 14 May 2006 09:32:18 +0000 Subject: [PATCH] * forgotten commit git-svn-id: branches/fixes_2_0@3520 - --- compiler/nmat.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/nmat.pas b/compiler/nmat.pas index e8042cc35b..88248e4272 100644 --- a/compiler/nmat.pas +++ b/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