浏览代码

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

git-svn-id: trunk@45649 -
florian 5 年之前
父节点
当前提交
0feb495ab8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-stl/src/ghashmap.pp

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

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