Index: webrtc/modules/audio_coding/neteq/neteq_impl.h |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
index 55ba067221fcab27275fb77f9147d0a6877e239f..00c3c1683b7d192bb31c6e822b4864c5b67e5d3c 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
@@ -11,8 +11,6 @@ |
#ifndef WEBRTC_MODULES_AUDIO_CODING_NETEQ_NETEQ_IMPL_H_ |
#define WEBRTC_MODULES_AUDIO_CODING_NETEQ_NETEQ_IMPL_H_ |
-#include <vector> |
- |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/thread_annotations.h" |
@@ -154,11 +152,6 @@ class NetEqImpl : public webrtc::NetEq { |
// after the call. |
int NetworkStatistics(NetEqNetworkStatistics* stats) override; |
- // Writes the last packet waiting times (in ms) to |waiting_times|. The number |
- // of values written is no more than 100, but may be smaller if the interface |
- // is polled again before 100 packets has arrived. |
- void WaitingTimes(std::vector<int>* waiting_times) override; |
- |
// Writes the current RTCP statistics to |stats|. The statistics are reset |
// and a new report period is started with the call. |
void GetRtcpStatistics(RtcpStatistics* stats) override; |