Index: webrtc/p2p/base/transportchannel.cc |
diff --git a/webrtc/p2p/base/transportchannel.cc b/webrtc/p2p/base/transportchannel.cc |
index 63d84494e5485eb55b542def562c39c9a7df1398..47e6a4a30c38cd13bd5ec6d359b6867054e045e4 100644 |
--- a/webrtc/p2p/base/transportchannel.cc |
+++ b/webrtc/p2p/base/transportchannel.cc |
@@ -51,7 +51,6 @@ void TransportChannel::set_dtls_state(DtlsTransportState state) { |
LOG_J(LS_VERBOSE, this) << "set_dtls_state from:" << dtls_state_ << " to " |
<< state; |
dtls_state_ = state; |
- SignalDtlsState(this); |
} |
} // namespace cricket |