diff options
author | Jeff Trawick <trawick@apache.org> | 2011-11-10 05:13:16 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-11-10 05:13:16 +0100 |
commit | 3c7b587593fc3e201d34a7dccb7fd0606c5d99fd (patch) | |
tree | b47aad34c01ad9b1617aabe341c918069270d98b /server | |
parent | clean up unused ap_my_generation variable (diff) | |
download | apache2-3c7b587593fc3e201d34a7dccb7fd0606c5d99fd.tar.xz apache2-3c7b587593fc3e201d34a7dccb7fd0606c5d99fd.zip |
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
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/event/event.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |