Browse Source

* Removed unused variable

git-svn-id: trunk@34199 -
michael 9 years ago
parent
commit
d4a0fcecd9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-json/src/jsonscanner.pp

+ 0 - 1
packages/fcl-json/src/jsonscanner.pp

@@ -62,7 +62,6 @@ Type
 
 
   TJSONScanner = class
   TJSONScanner = class
   private
   private
-    FAllowComments: Boolean;
     FSource : TStringList;
     FSource : TStringList;
     FCurRow: Integer;
     FCurRow: Integer;
     FCurToken: TJSONToken;
     FCurToken: TJSONToken;