]> granicus.if.org Git - apache/commitdiff
remove unused var 'np'
authorGregg Lewis Smith <gsmith@apache.org>
Tue, 22 Sep 2015 20:20:12 +0000 (20:20 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Tue, 22 Sep 2015 20:20:12 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2@1704714 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index de54dc5a42cd508b7b3bc44dc24841343df8e86e..37484b66e6783c34d5e9ae1e772bc0f0c1aece01 100644 (file)
@@ -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));