diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-21 15:39:40 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-22 00:14:08 +0000 |
commit | 8475697e3b9154a018f9bba59e93366a8f835100 (patch) | |
tree | f1be3135141dbde1a8d9b13b538c68c199737e71 /src | |
parent | 85687781d11b7a8fb14cad061e6c635c0bc71ea0 (diff) |
Inline, constify, and document GetProtocolName.
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 87efc7894..5630c3e34 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -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]; |