mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
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;
|
||||
}
|
||||
void remove_one_randomly() { m_table.remove(m_table.begin()); }
|
||||
|
||||
using HashTableType = HashTable<Entry, EntryTraits, IsOrdered>;
|
||||
using IteratorType = typename HashTableType::Iterator;
|
||||
|
|
Loading…
Reference in a new issue