]> granicus.if.org Git - apache/commitdiff
mpm_common.c did all this dirty work - cleans up a duplicate symbol error
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 17:36:17 +0000 (17:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 17:36:17 +0000 (17:36 +0000)
  from the OSX.1 build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92648 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 3b31acfdf953468a593f72687fb02c84e9dbca3e..f5e11df395ecfbb8898f58b008757f696cbf2708 100644 (file)
@@ -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 */