From: Stefan Fritsch Date: Thu, 8 Nov 2012 14:11:47 +0000 (+0000) Subject: remove some more old unused code X-Git-Tag: 2.5.0-alpha~6143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c40c42d601bb6a5651b3ee638ba40869dc9612d;p=thirdparty%2Fapache%2Fhttpd.git remove some more old unused code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407088 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index b9e94767a72..5722cfda901 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -662,8 +662,6 @@ static int read_request_line(request_rec *r, apr_bucket_brigade *bb) } r->protocol = apr_pstrmemdup(r->pool, pro, len); - /* XXX ap_update_connection_status(conn->id, "Protocol", r->protocol); */ - /* Avoid sscanf in the common case */ if (len == 8 && pro[0] == 'H' && pro[1] == 'T' && pro[2] == 'T' && pro[3] == 'P'