summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-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;