summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc')
-rw-r--r--chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc b/chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc
index e54acba5c4d..b881d439f18 100644
--- a/chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc
+++ b/chromium/third_party/libjingle/source/talk/p2p/client/httpportallocator.cc
@@ -41,9 +41,6 @@
namespace {
-const uint32 MSG_TIMEOUT = 100; // must not conflict
- // with BasicPortAllocator.cpp
-
// Helper routine to remove whitespace from the ends of a string.
void Trim(std::string& str) {
size_t first = str.find_first_not_of(" \t\r\n");