From 7214d26344fc1f9f1ea512336fa27c133da5e764 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 12 Dec 2011 19:47:19 +0000 Subject: [PATCH] zap an unhelpful, out of date comment from httpd 1.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213391 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 f44cd21c877..3014110a164 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.47.3