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

Fix some Codacy warnings about redundant assignment #3873

Closed
wants to merge 3 commits into from

Commits on May 19, 2019

  1. ssh-libssh: remove unused variable

    sock was only used to be assigned to fd_read.
    
    Closes curl#3873
    MarcelRaad committed May 19, 2019
    Copy the full SHA
    d52f988 View commit details
    Browse the repository at this point in the history
  2. ssh: move variable declaration to where it's used

    This way, we need only one call to free.
    
    Closes curl#3873
    MarcelRaad committed May 19, 2019
    Copy the full SHA
    b3f7f0e View commit details
    Browse the repository at this point in the history
  3. tool_formparse: remove redundant assignment

    Just initialize word_begin with the correct value.
    
    Closes curl#3873
    MarcelRaad committed May 19, 2019
    Copy the full SHA
    c57b8a2 View commit details
    Browse the repository at this point in the history