Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterate and remove nodes without container copy #11514

Closed
wants to merge 1 commit into from

Conversation

promag
Copy link
Member

@promag promag commented Oct 17, 2017

Removes the need forvNodesCopy and vNodesDisconnectedCopy.

}
it++;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: ++it? (make no code difference probably, but I think it's good practice, and avoids later patches changing it around)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@theuni
Copy link
Member

theuni commented Oct 18, 2017

This code goes away with #11227, which is in the process of being PR'd in batches. I have no objection to improvements here, but I'd prefer to avoid making changes that will only cause conflicts with deleted code.

@laanwj
Copy link
Member

laanwj commented Oct 21, 2017

This code goes away with #11227, which is in the process of being PR'd in batches. I have no objection to improvements here, but I'd prefer to avoid making changes that will only cause conflicts with deleted code.

Good point, the review time is better spent elsewhere then.

@promag
Copy link
Member Author

promag commented Oct 22, 2017

In that case.

@promag promag closed this Oct 22, 2017
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants