changeset 9134:761fc36e0e34 HEAD

Removed unused code.
author Timo Sirainen <tss@iki.fi>
date Fri, 17 Apr 2009 12:56:14 -0400
parents a80db92d296b
children 43ce0506a90b
files src/master/main.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Fri Apr 17 12:54:49 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";