From: William A. Rowe Jr Date: Sat, 29 Dec 2001 17:36:17 +0000 (+0000) Subject: mpm_common.c did all this dirty work - cleans up a duplicate symbol error X-Git-Tag: 2.0.30~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8903dc067802973cf60a93798d092ec7990995;p=apache mpm_common.c did all this dirty work - cleans up a duplicate symbol error from the OSX.1 build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 3b31acfdf9..f5e11df395 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -196,8 +196,6 @@ typedef struct { */ int ap_max_daemons_limit = -1; -char ap_coredump_dir[MAX_STRING_LEN]; - static apr_file_t *pipe_of_death_in = NULL; static apr_file_t *pipe_of_death_out = NULL; /* insures that a child process only consumes one character */