- Remove support for unsupported OS'es
authorRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 17:22:21 +0000 (18:22 +0100)
committerRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 17:22:21 +0000 (18:22 +0100)
- Remove unused cconf items

src/s_serv.c

index b4e39ece98698b3c3284f9e135ada9071de698dc..3dc9eed50360bc430d82069a3f808ac0ef437dfd 100644 (file)
@@ -29,9 +29,6 @@
 #include "msg.h"
 #include "channel.h"
 #include "userload.h"
-#if defined(PCS) || defined(AIX) || defined(DYNIXPTX) || defined(SVR3)
-#include <time.h>
-#endif
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <utmp.h>
@@ -338,7 +335,7 @@ int m_server (cptr, sptr, parc, parv)
     char info[REALLEN + 1], *inpath, *host, *encr;
     char s_version[REALLEN + 1];
     aClient *acptr, *bcptr;
-    aConfItem *aconf, *cconf;
+    aConfItem *aconf;
     int hop, ts = 0;
 
     info[0] = '\0';
@@ -1883,7 +1880,7 @@ int m_connect (cptr, sptr, parc, parv)
      char *parv[];
 {
     int port, tmpport, retval;
-    aConfItem *aconf, *cconf;
+    aConfItem *aconf;
     aClient *acptr;
 
     if (check_registered (sptr))