Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index e49fc2732381abdfd7e9d51f391633157d62f93d..51979df8d8e1fe8a277368ea0684f36dbbb89d6b 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -33,8 +33,6 @@ |
#include "webrtc/base/sigslot.h" |
namespace cricket { |
- |
-extern const uint32_t WEAK_PING_DELAY; |
// Adds the port on which the candidate originated. |
class RemoteCandidate : public Candidate { |
@@ -254,7 +252,6 @@ |
int receiving_timeout_; |
uint32_t last_ping_sent_ms_ = 0; |
bool gather_continually_ = false; |
- int weak_ping_delay_ = WEAK_PING_DELAY; |
RTC_DISALLOW_COPY_AND_ASSIGN(P2PTransportChannel); |
}; |