1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

AK: Remove unimplemented methods

This commit is contained in:
Sam Atkins 2023-01-27 16:38:37 +00:00 committed by Linus Groh
parent df07c5be3a
commit 09a22ddb2a
2 changed files with 0 additions and 3 deletions

View file

@ -112,7 +112,6 @@ public:
m_value = IntrusiveList<T, Container, member>::prev(m_value);
return *this;
}
ReverseIterator& erase();
private:
T* m_value { nullptr };