diff --git a/test/pc/e2e/test_peer.h b/test/pc/e2e/test_peer.h index 66784b8087..6f068fe429 100644 --- a/test/pc/e2e/test_peer.h +++ b/test/pc/e2e/test_peer.h @@ -38,9 +38,6 @@ class TestPeer final { return configurable_params_; } - // TODO(titovartem): delete when downstreams will migrate to the new method. - const Params& params2() const { return params_; } - PeerConfigurerImpl::VideoSource ReleaseVideoSource(size_t i) { RTC_CHECK(wrapper_) << "TestPeer is already closed"; return std::move(video_sources_[i]);