email: Removed unnecessary return statements
Small tidy up to remove unnecessary return statements prior to the next fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user