diff --git a/call/receive_stream.h b/call/receive_stream.h index f24c0455d1..5c40e085b7 100644 --- a/call/receive_stream.h +++ b/call/receive_stream.h @@ -94,10 +94,6 @@ class MediaReceiveStreamInterface : public ReceiveStreamInterface { virtual std::vector 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_