Remove ReceiveStream definition.

Bug: webrtc:7484
Change-Id: I17c7617d14e28cbe4a54256ee11e9b3fd4346ec7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262961
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36986}
This commit is contained in:
Tommi 2022-05-20 15:31:45 +02:00 committed by WebRTC LUCI CQ
parent 2a2f3ece15
commit 11cf37c3ba

View File

@ -94,10 +94,6 @@ class MediaReceiveStreamInterface : public ReceiveStreamInterface {
virtual std::vector<RtpSource> GetSources() const = 0;
};
// TODO(bugs.webrtc.org/7484): Remove this once downstream usage of the
// deprecated name is gone.
using ReceiveStream [[deprecated]] = ReceiveStreamInterface;
} // namespace webrtc
#endif // CALL_RECEIVE_STREAM_H_