AK: Remove unused HashMap::remove_one_randomly()
This commit is contained in:
parent
c7d891765c
commit
a5c9a31001
Notes:
sideshowbarker
2024-07-18 08:38:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a5c9a310015
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ public:
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
void remove_one_randomly() { m_table.remove(m_table.begin()); }
|
|
||||||
|
|
||||||
using HashTableType = HashTable<Entry, EntryTraits, IsOrdered>;
|
using HashTableType = HashTable<Entry, EntryTraits, IsOrdered>;
|
||||||
using IteratorType = typename HashTableType::Iterator;
|
using IteratorType = typename HashTableType::Iterator;
|
||||||
|
|
Loading…
Add table
Reference in a new issue