Delete HttpComposeAttributes.

Bug: webrtc:6424
Change-Id: Ie11def7aed5cf7721e43f23e500bdc593385b2cb
Reviewed-on: https://webrtc-review.googlesource.com/33361
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21314}
This commit is contained in:
Niels Möller
2017-12-15 14:53:13 +01:00
committed by Commit Bot
parent 3c8a5f275f
commit e78336c21f
3 changed files with 0 additions and 57 deletions

View File

@ -23,14 +23,6 @@ namespace rtc {
// String Encoding Utilities
//////////////////////////////////////////////////////////////////////
// TODO(nisse): Used only in httpcommon.c. Delete when that file is deleted, or
// possibly if the HttpComposeAttributes funtion can be deleted earlier.
// Escaping prefixes illegal characters with the escape character. Compact, but
// illegal characters still appear in the string.
size_t escape(char * buffer, size_t buflen,
const char * source, size_t srclen,
const char * illegal, char escape);
// Note: in-place decoding (buffer == source) is allowed.
size_t url_decode(char * buffer, size_t buflen,
const char * source, size_t srclen);