From 9d6dd4af11a3b6e3660b124f413176f2eb451e88 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 11 Sep 2020 21:24:43 +0100 Subject: Remove the non-tagged version of IRCDMessage::Run. --- src/protocol.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index d3306c265..8ca38d894 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -502,10 +502,3 @@ unsigned IRCDMessage::GetParamCount() const { return this->param_count; } - -void IRCDMessage::Run(MessageSource &source, const std::vector ¶ms, const Anope::map &tags) -{ - // Most IRCds don't support message tags yet so use the tagless variant. - Run(source, params); -} - -- cgit