Removes unused DeliverPacket from CallClient.

Bug: webrtc:9510
Change-Id: Idfdce13ef407449c3896ad400ab4b8fb3ef589a1
Reviewed-on: https://webrtc-review.googlesource.com/c/107420
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25308}
This commit is contained in:
Sebastian Jansson
2018-10-22 18:06:13 +02:00
committed by Commit Bot
parent 9581bc4c52
commit 0627e21a1a
2 changed files with 0 additions and 8 deletions

View File

@ -159,11 +159,6 @@ CallClient::~CallClient() {
delete header_parser_;
}
void CallClient::DeliverPacket(MediaType media_type,
rtc::CopyOnWriteBuffer packet,
Timestamp at_time) {
}
ColumnPrinter CallClient::StatsPrinter() {
return ColumnPrinter::Lambda(
"pacer_delay call_send_bw",

View File

@ -81,9 +81,6 @@ class CallClient : public NetworkReceiverInterface {
friend class ReceiveAudioStream;
friend class AudioStreamPair;
friend class NetworkNodeTransport;
void DeliverPacket(MediaType media_type,
rtc::CopyOnWriteBuffer packet,
Timestamp at_time);
uint32_t GetNextVideoSsrc();
uint32_t GetNextAudioSsrc();
uint32_t GetNextRtxSsrc();