8270059: Remove KVHashtable

Reviewed-by: dholmes, coleenp
This commit is contained in:
Ioi Lam 2021-07-09 19:29:13 +00:00
parent 7bfa39f59a
commit d6c0f5fa22
6 changed files with 23 additions and 127 deletions

View file

@ -1198,7 +1198,7 @@ typedef const char* ccstr;
typedef const char* ccstrlist; // represents string arguments which accumulate
//----------------------------------------------------------------------------------------------------
// Default hash/equals functions used by ResourceHashtable and KVHashtable
// Default hash/equals functions used by ResourceHashtable
template<typename K> unsigned primitive_hash(const K& k) {
unsigned hash = (unsigned)((uintptr_t)k);