From e024fdc5d7a5ff55e3ff96ed11ebd921fd582d78 Mon Sep 17 00:00:00 2001 From: florian <florian@freepascal.org> Date: Sun, 11 Sep 2022 22:42:58 +0200 Subject: [PATCH] * cleanup --- compiler/nutils.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/nutils.pas b/compiler/nutils.pas index c07df01bc3..d7c27db24a 100644 --- a/compiler/nutils.pas +++ b/compiler/nutils.pas @@ -1048,11 +1048,6 @@ implementation end; end; - finalizetempsn: - begin - result:=NODE_COMPLEXITY_INF; - exit; - end; else begin result := NODE_COMPLEXITY_INF;