mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 19:29:07 +02:00
* Fix compiler warning
This commit is contained in:
parent
cb0ed2b6f0
commit
2619e6b870
@ -273,7 +273,6 @@ Type
|
|||||||
Value : TJSONData;
|
Value : TJSONData;
|
||||||
end;
|
end;
|
||||||
Private
|
Private
|
||||||
FCurrentData: TJSONData;
|
|
||||||
FStack : Array of TPair;
|
FStack : Array of TPair;
|
||||||
FCount : Integer;
|
FCount : Integer;
|
||||||
Function FindValue(Const aName : TMustacheString) : TJSONData;
|
Function FindValue(Const aName : TMustacheString) : TJSONData;
|
||||||
|
Loading…
Reference in New Issue
Block a user