summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/main.h')
-rw-r--r--src/daemon/main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/main.h b/src/daemon/main.h
index 3188623b6..f5da3feb6 100644
--- a/src/daemon/main.h
+++ b/src/daemon/main.h
@@ -23,8 +23,7 @@ typedef enum {
SERVICE_CONTEXT = (1 << 10),
SERVICE_ANALYTICS = (1 << 11),
SERVICE_EXPORTERS = (1 << 12),
- SERVICE_ACLKSYNC = (1 << 13),
- SERVICE_HTTPD = (1 << 14)
+ SERVICE_HTTPD = (1 << 13)
} SERVICE_TYPE;
typedef enum {