From: Rainer Jung Date: Tue, 31 Jan 2012 20:49:45 +0000 (+0000) Subject: zap an unhelpful, out of date comment from httpd 1.2 X-Git-Tag: 2.4.1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b7130fef3d7b986e6a86e76c2ee43eef74cdc66;p=apache zap an unhelpful, out of date comment from httpd 1.2 Backport of r1213391 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 04ea29a76e..4fcff4da40 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -517,9 +517,6 @@ AP_CORE_DECLARE(void) ap_parse_uri(request_rec *r, const char *uri) status = apr_uri_parse_hostinfo(r->pool, uri, &r->parsed_uri); } else { - /* Simple syntax Errors in URLs are trapped by - * parse_uri_components(). - */ status = apr_uri_parse(r->pool, uri, &r->parsed_uri); }