Skip to content

Conversation

@JesuHrz
Copy link
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
Collaborator

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

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@addaleax
Copy link
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 <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
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 <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
@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 <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
Trott pushed a commit to Trott/io.js that referenced this pull request May 9, 2020
Removes the state param in the onFinished function since it's never used within it. PR-URL: nodejs#32936 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
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