CLEANUP: I don't know what VMSP is, but it's not being used anywhere
authorRemco Rijnders <remco@webconquest.com>
Tue, 8 Sep 2015 12:56:19 +0000 (14:56 +0200)
committerRemco Rijnders <remco@webconquest.com>
Tue, 8 Sep 2015 12:56:19 +0000 (14:56 +0200)
include/struct.h

index 563519f8740eb4ed01037377f9d071f487c69137..ca407f24ea2ed8a5210b6319a42f018ed030c487 100644 (file)
@@ -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;
 };