зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1170934 (part 2) - Fix the comment for PL_DHashTableRemove(). r=froydnj.
--HG-- extra : rebase_source : 85258e2402a9f0b8fbeefd76c4e405cfb8eb887f
This commit is contained in:
Родитель
cc64c96ae6
Коммит
2fba2d028e
|
@ -495,9 +495,7 @@ PL_DHashTableAdd(PLDHashTable* aTable, const void* aKey);
|
||||||
*
|
*
|
||||||
* PL_DHashTableRemove(table, key);
|
* PL_DHashTableRemove(table, key);
|
||||||
*
|
*
|
||||||
* If key's entry is found, it is cleared (via table->mOps->clearEntry) and
|
* If key's entry is found, it is cleared (via table->mOps->clearEntry).
|
||||||
* the entry is marked so that PL_DHASH_ENTRY_IS_FREE(entry). This operation
|
|
||||||
* returns null unconditionally; you should ignore its return value.
|
|
||||||
*/
|
*/
|
||||||
void PL_DHASH_FASTCALL
|
void PL_DHASH_FASTCALL
|
||||||
PL_DHashTableRemove(PLDHashTable* aTable, const void* aKey);
|
PL_DHashTableRemove(PLDHashTable* aTable, const void* aKey);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче