From: André Malo Date: Tue, 18 Feb 2003 20:55:03 +0000 (+0000) Subject: remove unused variable. X-Git-Tag: pre_ajp_proxy~2115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b289ec4ab70f8f2e70c33637b377794a6787e770;p=apache remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_xml.c b/server/util_xml.c index 108471b867..03f6df042d 100644 --- a/server/util_xml.c +++ b/server/util_xml.c @@ -70,7 +70,7 @@ AP_DECLARE(int) ap_xml_parse_input(request_rec * r, apr_xml_doc **pdoc) { apr_xml_parser *parser; apr_bucket_brigade *brigade; - int result, seen_eos; + int seen_eos; apr_status_t status; char errbuf[200]; apr_size_t total_read = 0;