From: Timo Sirainen Date: Fri, 17 Apr 2009 16:56:14 +0000 (-0400) Subject: Removed unused code. X-Git-Tag: 2.0.alpha1~918 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a104ea458541a7d03c631624fe49fa2cb7c871d;p=thirdparty%2Fdovecot%2Fcore.git Removed unused code. --HG-- branch : HEAD --- 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";