From a47324acefdb210cd6a994bbdddb1ffe101dddf6 Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Tue, 8 Sep 2015 15:04:36 +0200 Subject: [PATCH] CLEANUP: I don't know what __struct_include__ is, but it's not being used anywhere --- include/struct.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/struct.h b/include/struct.h index ca407f2..4a68fbc 100644 --- a/include/struct.h +++ b/include/struct.h @@ -18,9 +18,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef __struct_include__ -#define __struct_include__ - #include "config.h" /* Get SEEUSERSTATS */ #include "common.h" #include "sys.h" @@ -978,5 +975,3 @@ struct DSlink { char *cp; } value; }; - -#endif /* __struct_include__ */ -- 2.30.2