Browse Source

* Removed unused assignment

git-svn-id: trunk@46534 -
michael 5 years ago
parent
commit
7e2dc6b345
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

@@ -322,7 +322,6 @@ begin
               '\' : S:='\';
               '\' : S:='\';
               '/' : S:='/';
               '/' : S:='/';
               'u' : begin
               'u' : begin
-                    S:='0000';
                     u2:=0;
                     u2:=0;
                     For I:=1 to 4 do
                     For I:=1 to 4 do
                       begin
                       begin