Commit 6768dcb3 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 4b5e39bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);