From: Jeff Trawick Date: Wed, 30 Jan 2002 11:56:26 +0000 (+0000) Subject: get rid of a bunch of warnings about unused variables X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ed4836b017c0f4d62bd245cc51abfa6877c62d3;p=apache get rid of a bunch of warnings about unused variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93101 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 00660cd7f8..fe7cc4ad0e 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -1035,11 +1035,6 @@ static int make_child(server_rec *s, int slot) static void wake_up_and_die(void) { - int i; - char char_of_death = '!'; - apr_size_t one = 1; - apr_status_t rv; - ap_mpm_pod_killpg(pod, ap_daemons_limit); } @@ -1083,8 +1078,6 @@ static void perform_idle_server_maintenance(void) int free_slots[MAX_SPAWN_RATE]; int last_non_dead; int total_non_dead; - apr_size_t one = 1; - apr_status_t rv; /* initialize the free_list */ free_length = 0;