From 0f2257136d71389c274f0ab6dd68db3239da1d71 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 5 Nov 2021 04:24:14 +0000 Subject: Remove unused time_t field from the timer system. This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. --- src/modules/m_httpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_httpd.cpp') diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 149fcf513..78f208c94 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -80,7 +80,7 @@ class HttpServerSocket final bool waitingcull = false; bool messagecomplete = false; - bool Tick(time_t currtime) override + bool Tick() override { if (!messagecomplete) { -- cgit v1.3.1-10-gc9f91