mirror of
https://github.com/anope/anope.git
synced 2026-07-02 18:13:12 +02:00
Inline, constify, and document GetProtocolName.
This commit is contained in:
@@ -35,11 +35,6 @@ IRCDProto::~IRCDProto()
|
||||
IRCD = NULL;
|
||||
}
|
||||
|
||||
const Anope::string &IRCDProto::GetProtocolName()
|
||||
{
|
||||
return this->proto_name;
|
||||
}
|
||||
|
||||
static inline char nextID(int pos, Anope::string &buf)
|
||||
{
|
||||
char &c = buf[pos];
|
||||
|
||||
Reference in New Issue
Block a user