From aeaf83d17445284bf03f79a3b7d544fdc4f8e0c4 Mon Sep 17 00:00:00 2001 From: Eduard Bagdasaryan Date: Wed, 18 Aug 2021 16:36:36 +0300 Subject: [PATCH] Fixed an 'unused parameter' error --- src/mgr/Inquirer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgr/Inquirer.cc b/src/mgr/Inquirer.cc index 570f8d347e..8bfa118b3a 100644 --- a/src/mgr/Inquirer.cc +++ b/src/mgr/Inquirer.cc @@ -107,7 +107,7 @@ Mgr::Inquirer::noteWroteHeader(const CommIoCbParams& params) /// called when the HTTP client or some external force closed our socket void -Mgr::Inquirer::noteCommClosed(const CommCloseCbParams& params) +Mgr::Inquirer::noteCommClosed(const CommCloseCbParams &) { debugs(16, 5, HERE); closer = nullptr; -- 2.47.3