Skip to content

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

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-botnodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Apr 20, 2020
@JesuHrzJesuHrz changed the title lib: removes unnecessary paramslib: removes unused paramsApr 20, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@lpinca

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
JesuHrzforce-pushed the jesuhrz/removes-unused-params branch from d7dc43c to 22fdc41CompareApril 20, 2020 19:34
@JesuHrz

Copy link
Copy Markdown
ContributorAuthor

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

@JesuHrzJesuHrz changed the title lib: removes unused paramsstream: removes unused paramsApr 20, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

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>
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>
@BethGriggsBethGriggs 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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@JesuHrz@nodejs-github-bot@lpinca@addaleax@Flarna@targos@BridgeAR