diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 8504c174d..b1eb51490 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -64,7 +64,6 @@ const long duration_w = duration_d * 7; const long duration_y = duration_w * 52; extern std::vector<userrec*> all_opers; -extern std::vector<userrec*> local_users; void split_chlist(userrec* user, userrec* dest, const std::string &cl) { |