]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Removed some unnecessary code.
authorTimo Sirainen <tss@iki.fi>
Tue, 20 Oct 2009 01:44:08 +0000 (21:44 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 20 Oct 2009 01:44:08 +0000 (21:44 -0400)
--HG--
branch : HEAD

src/master/service-process.c

index 918374b0381225c664542d465249804d529ba1a8..aa4ce00118baed31b5cce9670cec2a891126a1ae 100644 (file)
 #include <signal.h>
 #include <sys/wait.h>
 
-/* Timeout chdir() completely after this many seconds */
-#define CHDIR_TIMEOUT 30
-/* Give a warning about chdir() taking a while if it took longer than this
-   many seconds to finish. */
-#define CHDIR_WARN_SECS 10
-
 static void
 service_dup_fds(struct service *service)
 {