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

stream: delete unused code #18278

Commits on Jan 21, 2018

  1. stream: delete unused code

    In implementation of `stream.Writable`, `writable._write()` is
    always called with a callback that is `_writableState.onwrite()`.
    And In `afterTransform()`, `ts.writechunk` and `ts.writecb` are
    assigned to null.  So, `ts.writecb` is a true value if
    `ts.writechunk` isn't null.
    陈刚 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    d3aba3e View commit details
    Browse the repository at this point in the history