From 3ca3c7a60609c3dd861f4335bc8118a83f0a0551 Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Mon, 23 May 2022 23:01:36 +0200 Subject: [PATCH] - remove duplicate paraprintnodetree to ensure that there the right paraprintnodetree is used (namely the one from globals) --- compiler/verbose.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/verbose.pas b/compiler/verbose.pas index 333f7c1d56..cee6ad519a 100644 --- a/compiler/verbose.pas +++ b/compiler/verbose.pas @@ -67,7 +67,6 @@ interface var msg : pmessage; - paraprintnodetree : byte; type tmsgqueueevent = procedure(const s:TMsgStr;v,w:longint) of object;