Browse Source

* Fix compiler warning

Michaël Van Canneyt 2 years ago
parent
commit
2619e6b870
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-mustache/src/fpmustache.pp

+ 0 - 1
packages/fcl-mustache/src/fpmustache.pp

@@ -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;