From 3d3c9b07b6a69263886d7433ab5ea07b17c32c4c Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 4 Dec 2021 20:39:04 +1100
Subject: [PATCH] clean up

---
 src/include/66/enum.h | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/src/include/66/enum.h b/src/include/66/enum.h
index 3bcabd4d..bb03197b 100644
--- a/src/include/66/enum.h
+++ b/src/include/66/enum.h
@@ -15,7 +15,8 @@
 #ifndef SS_ENUM_H
 #define SS_ENUM_H
 
-#include <sys/types.h>
+#include <sys/types.h> //ssize_t
+
 #define ENUM_START 0
 
 typedef enum enum_main_e enum_main_t, *enum_main_t_ref ;
@@ -133,24 +134,6 @@ enum enum_key_section_regex_e
 
 extern char const *enum_str_key_section_regex[] ;
 
-/* prepare for the near future
-typedef enum enum_key_section_cgroups_e enum_key_section_cgroups_t, *enum_key_section_cgroups_t_ref ;
-enum enum_key_section_cgroups_e
-{
-
-} ;
-
-extern char const *enum_str_key_section_cgroups[] ;
-
-typedef enum enum_key_section_namespaces_e enum_key_section_namespaces_t, *enum_key_section_namespaces_t_ref ;
-enum enum_key_section_namespaces_e
-{
-
-} ;
-
-extern char const enum_str_key_section_namespaces[] ;
-*/
-
 typedef enum enum_type_e enum_type_t, *enum_type_t_ref ;
 enum enum_type_e
 {
-- 
GitLab