소스 검색

* Do not raise an error when an attempt is made to delete a non-existing key

git-svn-id: trunk@12326 -
michael 17 년 전
부모
커밋
977e033932
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/fcl-base/src/contnrs.pp

+ 0 - 1
packages/fcl-base/src/contnrs.pp

@@ -2112,7 +2112,6 @@ begin
         exit;
       end;
   end;
-  raise EKeyNotFound.CreateFmt(KeyNotFoundMsg, ['Delete', aKey]);
 end;
 
 function TFPCustomHashTable.IsEmpty: boolean;