Parcourir la source

* Removed unused assignment

git-svn-id: trunk@46534 -
michael il y a 5 ans
Parent
commit
7e2dc6b345
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/fcl-json/src/jsonscanner.pp

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

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