variable 'bucket_alloc' set but not used
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1725470 13f79535-47bb-0310-9956-
ffa450edef68
int i;
ap_listen_rec *lr;
ap_sb_handle_t *sbh;
- apr_bucket_alloc_t *bucket_alloc;
const char *lockfile;
mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
mpm_state = AP_MPMQ_RUNNING;
- bucket_alloc = apr_bucket_alloc_create(pchild);
-
/* die_now is set when AP_SIG_GRACEFUL is received in the child;
* shutdown_pending is set when SIGTERM is received when running
* in single process mode. */