From: Remco Rijnders Date: Tue, 8 Sep 2015 12:56:19 +0000 (+0200) Subject: CLEANUP: I don't know what VMSP is, but it's not being used anywhere X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=956f2b9973b5ac4ca1465c1b485eac0416a6b8bb;p=serene-ircd.git CLEANUP: I don't know what VMSP is, but it's not being used anywhere --- diff --git a/include/struct.h b/include/struct.h index 563519f..ca407f2 100644 --- a/include/struct.h +++ b/include/struct.h @@ -70,10 +70,8 @@ typedef struct Zdata aZdata; typedef unsigned int u_int32_t; /* XXX Hope this works! */ #endif -#ifndef VMSP #include "class.h" #include "dbuf.h" /* THIS REALLY SHOULDN'T BE HERE!!! --msa */ -#endif #define ARGLEN 132 /* Argument length for events -taz */ #define HOSTLEN 63 /* Length of hostname. Updated to */ @@ -495,9 +493,7 @@ struct ConfItem { int port; time_t hold; /* Hold action until this time (calendar time) */ int tmpconf; -#ifndef VMSP aClass *class; /* Class of connection */ -#endif struct ConfItem *next; };