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;