summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2017-11-09 14:40:04 +0000
committerRainer Jung <rjung@apache.org>2017-11-09 14:40:04 +0000
commit784ba42de379f4bb3176e4d6ad9e7f5ec7311e3d (patch)
tree6a88e7a3f0c8166fd09cdae39009c331424c0727 /modules/experimental
parent48f9df996948254e7daccd20a24d98da0da0f3f2 (diff)
downloadhttpd-784ba42de379f4bb3176e4d6ad9e7f5ec7311e3d.tar.gz
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
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/mod_noloris.c2
1 files changed, 0 insertions, 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 */