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 502204ac854d69a3cf4035a484474ea2b12e4268..182d8b8d891bc86bf9da9d308509b5c36cec69f3 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; |