Przeglądaj źródła

* fixes previously accidentitly commited (and commented out) statement to avoid warning

git-svn-id: trunk@45649 -
florian 5 lat temu
rodzic
commit
0feb495ab8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/fcl-stl/src/ghashmap.pp

+ 1 - 1
packages/fcl-stl/src/ghashmap.pp

@@ -195,7 +195,7 @@ begin
 {$endif}
 {$endif}
     inc(i);
     inc(i);
   end;
   end;
-  // Result:=Default(TValue);
+  Result:=Default(TValue);
   // exception?
   // exception?
 end;
 end;