From d72c5ae190cdde1717e61811e9be9037576badfc Mon Sep 17 00:00:00 2001 From: TommiPrami Date: Thu, 22 Jan 2026 06:22:07 +0200 Subject: [PATCH] Removed unused variable --- OtlCommon.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/OtlCommon.pas b/OtlCommon.pas index 2f3e1c4f..feb940ba 100644 --- a/OtlCommon.pas +++ b/OtlCommon.pas @@ -3043,7 +3043,6 @@ function TOmniValue.LogValue(depth: integer): string; CBoolStr: array [boolean] of string = ('F', 'T'); var arr: TOmniValueContainer; - autoDestroy: IOmniAutoDestroyObject; i: integer; maxItems: integer; obj: TObject;