Index: webrtc/voice_engine/voe_codec_impl.cc |
diff --git a/webrtc/voice_engine/voe_codec_impl.cc b/webrtc/voice_engine/voe_codec_impl.cc |
index 5a16592e410af70ac235a45a487b3df9eb096239..19891bc39fae52399f23e224db25342fd6642f37 100644 |
--- a/webrtc/voice_engine/voe_codec_impl.cc |
+++ b/webrtc/voice_engine/voe_codec_impl.cc |
@@ -376,10 +376,6 @@ int VoECodecImpl::SetOpusDtx(int channel, bool enable_dtx) { |
return channelPtr->SetOpusDtx(enable_dtx); |
} |
-RtcEventLog* VoECodecImpl::GetEventLog() { |
- return _shared->channel_manager().GetEventLog(); |
-} |
- |
#endif // WEBRTC_VOICE_ENGINE_CODEC_API |
} // namespace webrtc |