1
0
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:
Sadie Powell
2024-02-27 10:34:27 +00:00
parent 7640fad30c
commit 73d4ac6de0
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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)