Преглед изворни кода

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

git-svn-id: trunk@12326 -
michael пре 16 година
родитељ
комит
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;