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

http: Remove an unnecessary assignment #4323

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 17, 2015

  1. http: Remove an unnecessary assignment

    This just removes an assignment to `ret` of a value that's not used before
    it's overwritten.  Immediately following the assigment is an `if/else` in
    which both branches assign to `ret` without using it.
    gigabo committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    3625b09 View commit details
    Browse the repository at this point in the history