Browse Source

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

git-svn-id: trunk@12326 -
michael 17 năm trước cách đây
mục cha
commit
977e033932
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;