diff options
| author | 2021-11-05 04:24:14 +0000 | |
|---|---|---|
| committer | 2021-11-05 04:24:14 +0000 | |
| commit | 0f2257136d71389c274f0ab6dd68db3239da1d71 (patch) | |
| tree | 255c6a21653ca3b7806983ec9f7796e50b243f19 /src/modules/m_httpd.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| download | inspircd++-0f2257136d71389c274f0ab6dd68db3239da1d71.tar.gz inspircd++-0f2257136d71389c274f0ab6dd68db3239da1d71.tar.bz2 inspircd++-0f2257136d71389c274f0ab6dd68db3239da1d71.zip | |
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.
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
