diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 0d9e7fa60..5db288ffa 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -73,9 +73,6 @@ extern int WHOWAS_STALE; extern int WHOWAS_MAX; extern time_t startup_time; extern time_t TIME; -extern int boundPortCount; -extern int portCount; -extern int ports[MAXSOCKS]; const long duration_m = 60; const long duration_h = duration_m * 60; |