Commit 3ff2373
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.
PR-URL: #4323
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 8ce6843 commit 3ff2373Copy full SHA for 3ff2373
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- lib
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
560 | 560 | |
561 | 561 | |
562 | 562 | |
563 | | - |
| 563 | + |
564 | 564 | |
565 | 565 | |
566 | 566 | |
|
0 commit comments