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,