mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Remove unused HashMap::remove_one_randomly()
This commit is contained in:
@@ -66,7 +66,6 @@ public:
|
||||
}
|
||||
return false;
|
||||
}
|
||||
void remove_one_randomly() { m_table.remove(m_table.begin()); }
|
||||
|
||||
using HashTableType = HashTable<Entry, EntryTraits, IsOrdered>;
|
||||
using IteratorType = typename HashTableType::Iterator;
|
||||
|
||||
Reference in New Issue
Block a user