From 3370a8eb6b80a11563c3bfcec2f87e0f6dbcee93 Mon Sep 17 00:00:00 2001 From: "J. Gareth \"Curious Kit\" Moreton" Date: Wed, 16 Aug 2023 22:09:33 +0100 Subject: [PATCH] * doinlinesimplify now returns a Boolean result... true if something changed, false otherwise. --- compiler/nutils.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/nutils.pas b/compiler/nutils.pas index d7192721c8..8789f7ae5c 100644 --- a/compiler/nutils.pas +++ b/compiler/nutils.pas @@ -1135,7 +1135,6 @@ implementation var treechanged : boolean; begin - // Optimize if code first repeat treechanged:=false; foreachnodestatic(pm_postandagain,n,@callsimplify,@treechanged);