diff options
| author | 2006-08-09 17:52:10 +0000 | |
|---|---|---|
| committer | 2006-08-09 17:52:10 +0000 | |
| commit | 2591562ada4cb1f866e5d1c98340fb19332b3844 (patch) | |
| tree | 1cf18676c1851c39322d20fa208c0221e23ba6ac /src/command_parse.cpp | |
| parent | Move clientlist and chanlist into InspIRCd* (diff) | |
Move tons more stuff into class InspIRCd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4819 e03df62e-2008-0410-955e-edbf42e46eb7
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; |
