| Index: webrtc/p2p/base/transportcontroller.h
|
| diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
|
| index cc16a768ab9a4b51323bbca4da0e79b864ef0d9a..4ff17a63a7a65f7220c75f86ac5e244c182b7802 100644
|
| --- a/webrtc/p2p/base/transportcontroller.h
|
| +++ b/webrtc/p2p/base/transportcontroller.h
|
| @@ -220,8 +220,6 @@ class TransportController : public sigslot::has_slots<>,
|
| // TODO(deadbeef): Move the fields below down to the transports themselves
|
| IceConfig ice_config_;
|
| IceRole ice_role_ = ICEROLE_CONTROLLING;
|
| - // Flag which will be set to true after the first role switch
|
| - bool ice_role_switch_ = false;
|
| uint64_t ice_tiebreaker_ = rtc::CreateRandomId64();
|
| rtc::scoped_refptr<rtc::RTCCertificate> certificate_;
|
| rtc::AsyncInvoker invoker_;
|
|
|