diff options
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 57c8f44c1..4a375f365 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -53,7 +53,6 @@ extern InspIRCd* ServerInstance; extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; -extern std::vector<userrec*> local_users; extern int MODCOUNT; extern time_t TIME; |