FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: remove unused function argument by Trott · Pull Request #41403 · nodejs/node · GitHub

/ node Public

stream: remove unused function argument - #41403

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:unused
Jan 7, 2022
Merged

stream: remove unused function argument#41403
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:unused

Conversation

Trott commented Jan 5, 2022

Copy link
Copy Markdown
Member

watchClosed() is only ever called with an anonymous function for the
action parameter. This anonymous funciton does not take any arguments.
Remove unused argument from invocation of action().

watchClosed() is only ever called with an anonymous function for the
action parameter. This anonymous funciton does not take any arguments.
Remove unused argument from invocation of action().
Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 5, 2022
nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jan 5, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 5, 2022

This comment has been minimized.

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jan 5, 2022
Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2022
nodejs-github-bot merged commit b161440 into nodejs:master Jan 7, 2022

Copy link
Copy Markdown
Collaborator

Landed in b161440

Trott deleted the unused branch January 7, 2022 17:38
targos pushed a commit that referenced this pull request Jan 14, 2022
watchClosed() is only ever called with an anonymous function for the
action parameter. This anonymous funciton does not take any arguments.
Remove unused argument from invocation of action().

PR-URL: #41403
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
watchClosed() is only ever called with an anonymous function for the
action parameter. This anonymous funciton does not take any arguments.
Remove unused argument from invocation of action().

PR-URL: #41403
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams mentioned this pull request Feb 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL