mirror of
https://github.com/anope/anope.git
synced 2026-07-09 02:43:13 +02:00
Remove the now parameter from the Timer class.
This was never actually changed from the default.
This commit is contained in:
+4
-1
@@ -21,7 +21,10 @@ class ReconnectTimer final
|
||||
: public Timer
|
||||
{
|
||||
public:
|
||||
ReconnectTimer(int wait) : Timer(wait) { }
|
||||
ReconnectTimer(int wait)
|
||||
: Timer(wait)
|
||||
{
|
||||
}
|
||||
|
||||
void Tick(time_t) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user