From 83785d37d119fc323abe41609052edc149c74197 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Fri, 20 Jun 2014 10:28:39 +0000 Subject: [PATCH] Remove unused ALLOCATE_DELAY constant. Breaks linux_tsan2 compile [-Wunused-const-variable]. TBR=mallinath@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/20749004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6505 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/p2p/client/basicportallocator.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/talk/p2p/client/basicportallocator.cc b/talk/p2p/client/basicportallocator.cc index 549e6f489c..5c3e387ab8 100644 --- a/talk/p2p/client/basicportallocator.cc +++ b/talk/p2p/client/basicportallocator.cc @@ -55,8 +55,6 @@ const uint32 MSG_SHAKE = 5; const uint32 MSG_SEQUENCEOBJECTS_CREATED = 6; const uint32 MSG_CONFIG_STOP = 7; -const uint32 ALLOCATE_DELAY = 250; - const int PHASE_UDP = 0; const int PHASE_RELAY = 1; const int PHASE_TCP = 2;