From: Jeff Trawick Date: Wed, 22 Mar 2000 09:46:38 +0000 (+0000) Subject: get rid of unused local variable w in set_error_document() X-Git-Tag: APACHE_2_0_ALPHA_2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b222ae58254d6fff53445dfb14469741b6e53282;p=apache get rid of unused local variable w in set_error_document() Submitted by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index 22b276fdf4..b68372e939 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -1084,7 +1084,6 @@ static const char *set_error_document(cmd_parms *cmd, core_dir_config *conf, { int error_number, index_number, idx500; enum { MSG, LOCAL_PATH, REMOTE_PATH } what = MSG; - char *w; const char *err = ap_check_cmd_context(cmd, NOT_IN_LIMIT); if (err != NULL) {