Remove dead version of StartRtcEventLog
These versions of StartRtcEventLog() are not used. Bug: webrtc:8111 Change-Id: I1fb543a908decff203b13f8358598f75d875c111 Reviewed-on: https://webrtc-review.googlesource.com/6782 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20191}
This commit is contained in:
@ -66,11 +66,6 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnectionFactory)
|
||||
CreateAudioTrack, const std::string&, AudioSourceInterface*)
|
||||
PROXY_METHOD2(bool, StartAecDump, rtc::PlatformFile, int64_t)
|
||||
PROXY_METHOD0(void, StopAecDump)
|
||||
// TODO(ivoc): Remove the StartRtcEventLog and StopRtcEventLog functions as
|
||||
// soon as they are removed from PeerConnectionFactoryInterface.
|
||||
PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile)
|
||||
PROXY_METHOD2(bool, StartRtcEventLog, rtc::PlatformFile, int64_t)
|
||||
PROXY_METHOD0(void, StopRtcEventLog)
|
||||
END_PROXY_MAP()
|
||||
|
||||
} // namespace webrtc
|
||||
|
Reference in New Issue
Block a user