aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main.h b/src/main.h
index 4b407d705..233fd6159 100644
--- a/src/main.h
+++ b/src/main.h
@@ -39,18 +39,6 @@
#define CR '\r'
#define LF '\n'
-/**
- * Process type: main or worker
- */
-enum process_type {
- TYPE_MAIN,
- TYPE_WORKER,
- TYPE_CONTROLLER,
- TYPE_LMTP,
- TYPE_SMTP,
- TYPE_FUZZY,
- TYPE_GREYLIST
-};
/**