Browse Source

* Merging revisions r46534 from trunk:
------------------------------------------------------------------------
r46534 | michael | 2020-08-21 13:08:50 +0200 (Fri, 21 Aug 2020) | 1 line

* Removed unused assignment
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46642 -

michael 5 years ago
parent
commit
be5b76d6fe
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:='/';
               'u' : begin
-                    S:='0000';
                     u2:=0;
                     For I:=1 to 4 do
                       begin