summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2015-09-22 20:20:12 +0000
committerGregg Lewis Smith <gsmith@apache.org>2015-09-22 20:20:12 +0000
commit23fffad2e3460e943e52077bbd08a066390824b5 (patch)
treeefdaabd9156b9a65a42e4e06a99476d236b9fe76
parentdb600ab8c0566cae46f038dd1d3f79f5396ab89a (diff)
downloadhttpd-23fffad2e3460e943e52077bbd08a066390824b5.tar.gz
remove unused var 'np'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2@1704714 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--server/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/core.c b/server/core.c
index de54dc5a42..37484b66e6 100644
--- a/server/core.c
+++ b/server/core.c
@@ -423,7 +423,6 @@ static void *merge_core_dir_configs(apr_pool_t *a, void *basev, void *newv)
static void *create_core_server_config(apr_pool_t *a, server_rec *s)
{
core_server_config *conf;
- const char **np;
int is_virtual = s->is_virtual;
conf = (core_server_config *)apr_pcalloc(a, sizeof(core_server_config));