diff --git a/AK/HashMap.h b/AK/HashMap.h index 8b34611320..c1823b9f4e 100644 --- a/AK/HashMap.h +++ b/AK/HashMap.h @@ -66,7 +66,6 @@ public: } return false; } - void remove_one_randomly() { m_table.remove(m_table.begin()); } using HashTableType = HashTable; using IteratorType = typename HashTableType::Iterator;