mirror of
https://github.com/anope/anope.git
synced 2026-07-10 08:03:13 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -377,8 +377,6 @@ class CommandCSFlags final
|
||||
bool override = !source.IsFounder(ci);
|
||||
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to clear the access list";
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user