From: Jeff Trawick Date: Thu, 10 Nov 2011 04:13:16 +0000 (+0000) Subject: clean up unused ap_my_generation variable X-Git-Tag: 2.3.16~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7b587593fc3e201d34a7dccb7fd0606c5d99fd;p=apache clean up unused ap_my_generation variable (presence is odd, since this variable as an API was supposedly removed long ago, and a similarly named static variable was removed in r1078286) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200132 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index db2c1b2cf9..063d85ff7e 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -571,7 +571,6 @@ static int child_fatal; /* volatile because they're updated from a signal handler */ static int volatile shutdown_pending; static int volatile restart_pending; -ap_generation_t volatile ap_my_generation = 0; static apr_status_t decrement_connection_count(void *dummy) { apr_atomic_dec32(&connection_count);