Index: webrtc/modules/pacing/paced_sender.h |
diff --git a/webrtc/modules/pacing/paced_sender.h b/webrtc/modules/pacing/paced_sender.h |
index 1d9f2de2614d14567ca1b15d2d8e17e9770d007b..c904d4b6b77d1db50dcd23a7ba41e921651d5052 100644 |
--- a/webrtc/modules/pacing/paced_sender.h |
+++ b/webrtc/modules/pacing/paced_sender.h |
@@ -143,7 +143,6 @@ class PacedSender : public Module, public RtpPacketSender { |
std::unique_ptr<CriticalSectionWrapper> critsect_; |
bool paused_ GUARDED_BY(critsect_); |
- bool probing_enabled_; |
// This is the media budget, keeping track of how many bits of media |
// we can pace out during the current interval. |
std::unique_ptr<paced_sender::IntervalBudget> media_budget_ |