зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1341265 - Part 1: Remove stale fixme comment. r=iain
Bug 775896 has been fixed, so we can remove the fixme comment. Differential Revision: https://phabricator.services.mozilla.com/D118967
This commit is contained in:
Родитель
4cdee5a445
Коммит
93463e429d
|
@ -79,8 +79,6 @@ static const HashNumber kGoldenRatioU32 = 0x9E3779B9U;
|
|||
* Since the leftmost bits of the result are best, the hash bucket index is
|
||||
* computed by doing ScrambleHashCode(h) / (2^32/N) or the equivalent
|
||||
* right-shift, not ScrambleHashCode(h) % N or the equivalent bit-mask.
|
||||
*
|
||||
* FIXME: OrderedHashTable uses a bit-mask; see bug 775896.
|
||||
*/
|
||||
constexpr HashNumber ScrambleHashCode(HashNumber h) {
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче