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

Remove unused branches from fs #4795

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 22, 2016

  1. fs: Remove unused branches

    In a few places the code was refactored to use `maybeCallback` which
    always returns a function. Checking for `if (callback)` always returns true anyway.
    
    PR-URL: nodejs#4795
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: thefourtheye <[email protected]>
    benjamingr committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1aa592f View commit details
    Browse the repository at this point in the history