email: Removed unnecessary return statements

Small tidy up to remove unnecessary return statements prior to the next
fix.
This commit is contained in:
Steve Holme
2013-01-23 21:59:56 +00:00
parent f2f897172f
commit 6a55f25f67
3 changed files with 2 additions and 8 deletions

View File

@@ -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;