summaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp5
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];