From 570df8b123fd387cc18663d3f1320391861ea4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 18 Dec 2017 10:43:20 +0100 Subject: [PATCH] Delete declaration of HttpComposeAttributes. Was accidentally left over in cl https://webrtc-review.googlesource.com/33361. Bug: webrtc:6424 Tbr: deadbeef@webrtc.org Change-Id: Ifbdfc77554d072b671fcec44e67d97e783ca43fa Reviewed-on: https://webrtc-review.googlesource.com/34182 Reviewed-by: Niels Moller Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#21318} --- rtc_base/httpcommon.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtc_base/httpcommon.h b/rtc_base/httpcommon.h index b33d382664..2897c5a5a6 100644 --- a/rtc_base/httpcommon.h +++ b/rtc_base/httpcommon.h @@ -158,8 +158,6 @@ bool HttpShouldKeepAlive(const HttpData& data); typedef std::pair HttpAttribute; typedef std::vector HttpAttributeList; -void HttpComposeAttributes(const HttpAttributeList& attributes, char separator, - std::string* composed); void HttpParseAttributes(const char * data, size_t len, HttpAttributeList& attributes); bool HttpHasAttribute(const HttpAttributeList& attributes,