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

git-svn-id: trunk@12326 -
This commit is contained in:
michael 2008-12-10 21:01:56 +00:00
parent e357cd02ac
commit 977e033932

View File

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