diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 48d0745d5..e74d82010 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -51,8 +51,6 @@ extern InspIRCd* ServerInstance; -extern time_t TIME; - const long duration_m = 60; const long duration_h = duration_m * 60; const long duration_d = duration_h * 24; |