mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1840170 - Remove unused method from NativeIterator r=iain
Differential Revision: https://phabricator.services.mozilla.com/D181907
This commit is contained in:
parent
7ae0c765b0
commit
a62f40b927
@ -448,10 +448,6 @@ struct NativeIterator : public NativeIteratorListNode {
|
||||
}
|
||||
|
||||
JSObject* iterObj() const { return iterObj_; }
|
||||
GCPtr<JSLinearString*>* currentProperty() const {
|
||||
MOZ_ASSERT(propertyCursor_ < propertiesEnd());
|
||||
return propertyCursor_;
|
||||
}
|
||||
|
||||
void incCursor() {
|
||||
MOZ_ASSERT(isInitialized());
|
||||
|
Loading…
Reference in New Issue
Block a user