소스 검색

* 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;