From 784ba42de379f4bb3176e4d6ad9e7f5ec7311e3d Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 9 Nov 2017 14:40:04 +0000 Subject: [PATCH] mod_noloris: Remove unused variable. Follup up to r821307. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814734 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_noloris.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/experimental/mod_noloris.c b/modules/experimental/mod_noloris.c index 73d1314d01..4f923dbe4b 100644 --- a/modules/experimental/mod_noloris.c +++ b/modules/experimental/mod_noloris.c @@ -57,8 +57,6 @@ static int thread_limit; static int noloris_conn(conn_rec *conn) { - struct { int child_num; int thread_num; } *sbh = conn->sbh; - char *shm_rec; if (shm == NULL) { return DECLINED; /* we're disabled */ -- 2.50.1