Bug 1124920 - Remove PLDHashTable::Operate(). r=froydnj.

This commit is contained in:
Nicholas Nethercote
2015-01-22 15:43:18 -08:00
parent 2613435459
commit a7b8cb65b0
4 changed files with 120 additions and 126 deletions

View File

@@ -208,7 +208,7 @@ nsCommandParams::SetISupportsValue(const char* aName, nsISupports* value)
NS_IMETHODIMP
nsCommandParams::RemoveValue(const char* aName)
{
// PL_DHASH_REMOVE doesn't tell us if the entry was really removed, so we
// PL_DHashTableRemove doesn't tell us if the entry was really removed, so we
// return NS_OK unconditionally.
(void)PL_DHashTableRemove(&mValuesHash, (void *)aName);
return NS_OK;