From 5b7130fef3d7b986e6a86e76c2ee43eef74cdc66 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Jan 2012 20:49:45 +0000 Subject: [PATCH] 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 --- server/protocol.c | 3 --- 1 file changed, 3 deletions(-) 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); } -- 2.40.0