Commit ee7155ce authored by Joe Orton's avatar Joe Orton
Browse files

* server/core.c (server_hostname_port): Remove unused variable.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@405010 13f79535-47bb-0310-9956-ffa450edef68
parent 4651b2a4
Loading
Loading
Loading
Loading
+0 −1
Changes for server/core.c: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -2236,7 +2236,6 @@ static const char *set_server_string_slot(cmd_parms *cmd, void *dummy,
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;