changeset 8965:5a9c5c65eec0 HEAD

Removed unused code.
author Timo Sirainen <tss@iki.fi>
date Fri, 17 Apr 2009 12:56:14 -0400
parents efbce8ddd067
children b9e7bea1d70a
files src/master/main.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Thu Apr 16 22:38:18 2009 -0400
+++ b/src/master/main.c	Fri Apr 17 12:56:14 2009 -0400
@@ -30,10 +30,6 @@
 #include <syslog.h>
 #include <sys/stat.h>
 
-/* 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";