mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Remove unused private HashTable::lookup_for_reading()
This commit is contained in:
parent
f65b039c44
commit
a940a8bf37
Notes:
sideshowbarker
2024-07-18 08:38:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a940a8bf37d
1 changed files with 0 additions and 5 deletions
|
@ -424,11 +424,6 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
[[nodiscard]] BucketType const* lookup_for_reading(T const& value) const
|
||||
{
|
||||
return lookup_with_hash(TraitsForT::hash(value), [&value](auto& entry) { return TraitsForT::equals(entry, value); });
|
||||
}
|
||||
|
||||
[[nodiscard]] BucketType& lookup_for_writing(T const& value)
|
||||
{
|
||||
if (should_grow())
|
||||
|
|
Loading…
Reference in a new issue