mirror of
https://github.com/anope/anope.git
synced 2026-06-28 23:06:39 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -257,8 +257,6 @@ struct IRCDMessageEncap final
|
||||
m.data.assign(params.begin() + 5, params.end());
|
||||
SASL::service->ProcessMessage(m);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user