Index: webrtc/video/vie_channel.h |
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h |
index a17207bcabae2f7310bc4abe6ebe365d86a5f961..2cb623cffa9c3258c605f763d14a08c22380bc87 100644 |
--- a/webrtc/video/vie_channel.h |
+++ b/webrtc/video/vie_channel.h |
@@ -313,7 +313,6 @@ class ViEChannel : public VCMFrameTypeCallback, |
// RtpRtcp modules, declared last as they use other members on construction. |
const std::vector<RtpRtcp*> rtp_rtcp_modules_; |
- size_t num_active_rtp_rtcp_modules_ GUARDED_BY(crit_); |
}; |
} // namespace webrtc |