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

stream: removes unused params by JesuHrz · Pull Request #32936 · nodejs/node · GitHub

/ node Public

stream: removes unused params - #32936

Closed
JesuHrz wants to merge 1 commit into
nodejs:masterfrom
JesuHrz:jesuhrz/removes-unused-params
Closed

stream: removes unused params#32936
JesuHrz wants to merge 1 commit into
nodejs:masterfrom
JesuHrz:jesuhrz/removes-unused-params

Conversation

JesuHrz commented Apr 20, 2020

Copy link
Copy Markdown
Contributor

This PR removes the state param in the onFinished function
since it's never used within it.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

nodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Apr 20, 2020
JesuHrz changed the title lib: removes unnecessary params lib: removes unused params Apr 20, 2020

Copy link
Copy Markdown
Collaborator

lpinca commented Apr 20, 2020

Copy link
Copy Markdown
Member

Subsystem in commit message should be "stream" not "lib".

Removes the state param in the onFinished function
since it's never used within it.
JesuHrz force-pushed the jesuhrz/removes-unused-params branch from d7dc43c to 22fdc41 Compare April 20, 2020 19:34

JesuHrz commented Apr 20, 2020

Copy link
Copy Markdown
Contributor Author

thanks @lpinca for the feedback, I just made this change

JesuHrz changed the title lib: removes unused params stream: removes unused params Apr 20, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

Landed in 24a4e61

addaleax pushed a commit that referenced this pull request Apr 25, 2020
Removes the state param in the onFinished function
since it's never used within it.

PR-URL: #32936
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
addaleax closed this Apr 25, 2020
BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
Removes the state param in the onFinished function
since it's never used within it.

PR-URL: #32936
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
BethGriggs mentioned this pull request Apr 27, 2020
BethGriggs pushed a commit that referenced this pull request Apr 28, 2020
Removes the state param in the onFinished function
since it's never used within it.

PR-URL: #32936
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
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

stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL