Remove legacy EchoControlFactory::Create
Bug: webrtc:10913 Change-Id: I34af9abe76f5b08d7dc5c3e0281fafc14a71eed8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159031 Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29741}
This commit is contained in:
committed by
Commit Bot
parent
b61ad3ac22
commit
2c6f373a27
@ -53,10 +53,6 @@ class MockEchoControlFactory : public EchoControlFactory {
|
||||
MockEchoControlFactory() : next_mock_(std::make_unique<MockEchoControl>()) {}
|
||||
// Returns a pointer to the next MockEchoControl that this factory creates.
|
||||
MockEchoControl* GetNext() const { return next_mock_.get(); }
|
||||
std::unique_ptr<EchoControl> Create(int sample_rate_hz) override {
|
||||
RTC_NOTREACHED();
|
||||
return nullptr;
|
||||
}
|
||||
std::unique_ptr<EchoControl> Create(int sample_rate_hz,
|
||||
int num_render_channels,
|
||||
int num_capture_channels) override {
|
||||
|
||||
Reference in New Issue
Block a user