You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2006/05/08 12:57:53 UTC

svn commit: r405010 - /httpd/httpd/trunk/server/core.c

Author: jorton
Date: Mon May  8 03:57:49 2006
New Revision: 405010

URL: http://svn.apache.org/viewcvs?rev=405010&view=rev
Log:
* server/core.c (server_hostname_port): Remove unused variable.

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/core.c?rev=405010&r1=405009&r2=405010&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Mon May  8 03:57:49 2006
@@ -2236,7 +2236,6 @@
 static const char *server_hostname_port(cmd_parms *cmd, void *dummy, const char *arg)
 {
     const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE|NOT_IN_LIMIT);
-    core_server_config *conf;
     const char *portstr, *part;
     char *scheme;
     int port;