diff --git a/index.html b/index.html index b3be4b3..a96d26e 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,6 @@ std::unique_ptr<std::thread> threads[num_threads]; auto thread_fn = [&hash, cnt, num_threads](int64_t thread_idx, RSU rsu) { - typename HT::hasher hasher; // get hasher object from the hash table size_t modulo = hash.subcnt() / num_threads; // subcnt() returns the number of submaps for (int64_t i=0; i<cnt; ++i) // iterate over all values