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

module: avoid passing unnecessary loop reference #29275

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

@saghul saghul commented Aug 22, 2019

It's a sync request, which doesn't require the loop parameter to be set.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@saghul saghul requested a review from cjihrig Aug 22, 2019
@nodejs-github-bot nodejs-github-bot added the c++ label Aug 22, 2019
It's a sync request, which doesn't require the loop parameter to be set.
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Aug 23, 2019

@richardlau richardlau added the author ready label Aug 23, 2019
saghul added a commit that referenced this issue Aug 23, 2019
It's a sync request, which doesn't require the loop parameter to be set.

PR-URL: #29275
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@saghul
Copy link
Member Author

@saghul saghul commented Aug 23, 2019

Landed in 2fc8768 thanks for the quick reviews!

@saghul saghul closed this Aug 23, 2019
BridgeAR pushed a commit that referenced this issue Sep 3, 2019
It's a sync request, which doesn't require the loop parameter to be set.

PR-URL: #29275
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready c++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants