mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
clang-tidy: check readability-redundant-control-flow
Also fix fallouts. Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-control-flow.html Closes #20625
This commit is contained in:
parent
c878160e9c
commit
bd60df527c
3 changed files with 2 additions and 3 deletions
|
|
@ -878,7 +878,6 @@ abort:
|
|||
curlx_close(test->ofile);
|
||||
test->ofile = 0;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue