From 2a104ea458541a7d03c631624fe49fa2cb7c871d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 17 Apr 2009 12:56:14 -0400 Subject: [PATCH] Removed unused code. --HG-- branch : HEAD --- src/master/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/master/main.c b/src/master/main.c index 147155044e..9ed15707ad 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -30,10 +30,6 @@ #include #include -/* Try to raise our fd limit this high at startup. If the limit is already - higher, it's not dropped. */ -#define DOVECOT_MASTER_FD_MIN_LIMIT 65536 - #define FATAL_FILENAME "master-fatal.lastlog" static const char *configfile = SYSCONFDIR "/" PACKAGE ".conf"; -- 2.47.3