]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed unused code.
authorTimo Sirainen <tss@iki.fi>
Fri, 17 Apr 2009 16:56:14 +0000 (12:56 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 17 Apr 2009 16:56:14 +0000 (12:56 -0400)
--HG--
branch : HEAD

src/master/main.c

index 147155044e3ec912ba85583ccb36e3ec9a961294..9ed15707ade5a1c6b5f7491f6a64043afcae23aa 100644 (file)
 #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";