diff --git a/rtc_base/copy_on_write_buffer.h b/rtc_base/copy_on_write_buffer.h index 87bf625fea..9ec72ee523 100644 --- a/rtc_base/copy_on_write_buffer.h +++ b/rtc_base/copy_on_write_buffer.h @@ -95,14 +95,6 @@ class RTC_EXPORT CopyOnWriteBuffer { return buffer_->data() + offset_; } - // TODO(bugs.webrtc.org/12334): Delete when all usage updated to MutableData() - template ::value>::type* = nullptr> - T* data() { - return MutableData(); - } - // Get const pointer to the data. This will not create a copy of the // underlying data if it is shared with other buffers. template