mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:06:37 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -27,7 +27,6 @@ class SQLAuthenticationResult final
|
||||
{
|
||||
Log(LOG_DEBUG) << "sql_authentication: Unsuccessful authentication for " << req->GetAccount() << ": " << reason;
|
||||
delete this;
|
||||
return;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user