summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-27 10:22:10 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-27 10:22:10 +0000
commit080a9f5d2431f728c30edab6d4871549d8bc57da (patch)
tree2ce4b7768ca1990c4585e7768d1e76e664a5a51b /include
parent747ae4b7a56cf94562b5b339ab3adc88653aa337 (diff)
Test two
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3362 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index fd657a63b..0163d4344 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -108,15 +108,6 @@ class InspIRCd
void BuildISupport();
void MoveTo(std::string modulename,int slot);
bool expire_run;
- int activefds[MAX_DESCRIPTORS];
- int incomingSockfd;
- int in_port;
- userrec* cu;
- InspSocket* s;
- InspSocket* s_del;
- unsigned int numberactive;
- sockaddr_in sock_us; // our port number
- socklen_t uslen; // length of our port number
public:
time_t startup_time;