mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Remove the time_t parameter from Tick and TickTimers.
Most uses of Tick do not use the parameter and even when it is used it is always the same as CurTime.
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void Tick(time_t) override
|
||||
void Tick() override
|
||||
{
|
||||
while (!this->clients.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user