diff --git a/call/video_receive_stream.h b/call/video_receive_stream.h index 7af0f642ad..fb06d52f14 100644 --- a/call/video_receive_stream.h +++ b/call/video_receive_stream.h @@ -289,10 +289,6 @@ class VideoReceiveStreamInterface : public MediaReceiveStreamInterface { virtual ~VideoReceiveStreamInterface() {} }; -// TODO(bugs.webrtc.org/7484): Remove this once downstream usage of the -// deprecated name is gone. -using VideoReceiveStream [[deprecated]] = VideoReceiveStreamInterface; - } // namespace webrtc #endif // CALL_VIDEO_RECEIVE_STREAM_H_