Skip to content

http: Remove an unnecessary assignment

Rodrigo Muino Tomonari requested to merge github/fork/gigabo/cleanup into master

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.

Merge request reports

Loading