diff options
| author | 2006-08-09 16:35:24 +0000 | |
|---|---|---|
| committer | 2006-08-09 16:35:24 +0000 | |
| commit | 1cbf29e3cd070c12437a657b47fc433008b2c74d (patch) | |
| tree | 22b7a435ffd8bfa7dd97f2457b73df564753eddc /src/userprocess.cpp | |
| parent | Move fd_ref_table into class InspIRCd* (diff) | |
Move clientlist and chanlist into InspIRCd*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4818 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index b2c8034a3..88fdeec54 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -61,9 +61,6 @@ extern time_t OLDTIME; extern std::vector<userrec*> local_users; char data[65536]; -extern user_hash clientlist; -extern chan_hash chanlist; - void InspIRCd::ProcessUser(userrec* cu) { int result = EAGAIN; |
