From 86b4a0853e41f02d1b004a94cc64749b0a3a0ff4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 10 Dec 2022 15:22:15 +0000 Subject: Remove the unused Extensible* parameter to PassCompare/OnPassCompare. --- src/command_parse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 950a71c7e..00d9e6008 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -26,10 +26,10 @@ #include "inspircd.h" -bool InspIRCd::PassCompare(Extensible* ex, const std::string& data, const std::string& input, const std::string& hashtype) +bool InspIRCd::PassCompare(const std::string& data, const std::string& input, const std::string& hashtype) { ModResult res; - FIRST_MOD_RESULT(OnPassCompare, res, (ex, data, input, hashtype)); + FIRST_MOD_RESULT(OnPassCompare, res, (data, input, hashtype)); /* Module matched */ if (res == MOD_RES_ALLOW) -- cgit v1.3.1-10-gc9f91