* Fix compiler warning

This commit is contained in:
Michaël Van Canneyt 2023-02-05 11:59:06 +01:00
parent cb0ed2b6f0
commit 2619e6b870

View File

@ -273,7 +273,6 @@ Type
Value : TJSONData;
end;
Private
FCurrentData: TJSONData;
FStack : Array of TPair;
FCount : Integer;
Function FindValue(Const aName : TMustacheString) : TJSONData;