From 956f2b9973b5ac4ca1465c1b485eac0416a6b8bb Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Tue, 8 Sep 2015 14:56:19 +0200 Subject: [PATCH] CLEANUP: I don't know what VMSP is, but it's not being used anywhere --- include/struct.h | 4 ---- 1 file changed, 4 deletions(-) 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; }; -- 2.30.2