summaryrefslogtreecommitdiff
path: root/src/cmd_oper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_oper.cpp')
-rw-r--r--src/cmd_oper.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd_oper.cpp b/src/cmd_oper.cpp
index df615b503..e8654ea59 100644
--- a/src/cmd_oper.cpp
+++ b/src/cmd_oper.cpp
@@ -36,9 +36,6 @@
#include "command_parse.h"
#include "commands/cmd_oper.h"
-
-extern time_t TIME;
-
bool OneOfMatches(const char* host, const char* ip, const char* hostlist)
{
std::stringstream hl(hostlist);