mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
email: Removed unnecessary return statements
Small tidy up to remove unnecessary return statements prior to the next fix.
This commit is contained in:
parent
f2f897172f
commit
6a55f25f67
3 changed files with 2 additions and 8 deletions
|
|
@ -1608,8 +1608,6 @@ static CURLcode pop3_regular_transfer(struct connectdata *conn,
|
|||
return CURLE_OK;
|
||||
|
||||
result = pop3_dophase_done(conn, connected);
|
||||
if(result)
|
||||
return result;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue