diff options
| author | 2021-11-05 04:24:14 +0000 | |
|---|---|---|
| committer | 2021-11-05 04:24:14 +0000 | |
| commit | 0f2257136d71389c274f0ab6dd68db3239da1d71 (patch) | |
| tree | 255c6a21653ca3b7806983ec9f7796e50b243f19 /src/inspsocket.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
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/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 6fc7b9624..5e0654fab 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -374,7 +374,7 @@ void StreamSocket::WriteData(const std::string &data) SocketEngine::ChangeEventMask(this, FD_ADD_TRIAL_WRITE); } -bool SocketTimeout::Tick(time_t) +bool SocketTimeout::Tick() { ServerInstance->Logs.Log("SOCKET", LOG_DEBUG, "SocketTimeout::Tick"); |
