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

LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()

This commit is contained in:
Linus Groh 2021-07-04 22:57:02 +01:00 committed by Andreas Kling
parent 9555ca99a0
commit 9fe363eaad
2 changed files with 0 additions and 8 deletions

View file

@ -101,7 +101,6 @@ public:
bool operator!=(const IndexedPropertyIterator&) const;
u32 index() const { return m_index; };
ValueAndAttributes value_and_attributes();
private:
void skip_empty_indices();