mirror of
https://github.com/anope/anope.git
synced 2026-06-29 01:06:37 +02:00
Remove redundant uses of const.
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ bool sepstream::GetTokenRemainder(Anope::string &token, int num)
|
||||
return false;
|
||||
}
|
||||
|
||||
const Anope::string sepstream::GetRemaining()
|
||||
Anope::string sepstream::GetRemaining()
|
||||
{
|
||||
return !this->StreamEnd() ? this->tokens.substr(this->pos) : "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user