Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

unused eventsToAddToInnerQueue in _performSmallStep #38

Open
mattoshry opened this issue Jul 19, 2016 · 0 comments
Open

unused eventsToAddToInnerQueue in _performSmallStep #38

mattoshry opened this issue Jul 19, 2016 · 0 comments

Comments

@mattoshry
Copy link
Collaborator

eventsToAddToInnerQueue is created on line 728. AFAIK, nothing is ever added to the set before we get to 801.

[1]

var eventsToAddToInnerQueue = new this.opts.Set();

[2]
if (!eventsToAddToInnerQueue.isEmpty()) {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant