mirror of
https://github.com/anope/anope.git
synced 2026-07-08 22:33:13 +02:00
Remove redundant uses of const.
This commit is contained in:
@@ -47,7 +47,7 @@ bool BufferedSocket::ProcessWrite()
|
||||
return true;
|
||||
}
|
||||
|
||||
const Anope::string BufferedSocket::GetLine()
|
||||
Anope::string BufferedSocket::GetLine()
|
||||
{
|
||||
size_t s = this->read_buffer.find('\n');
|
||||
if (s == Anope::string::npos)
|
||||
|
||||
Reference in New Issue
Block a user