| Index: media/base/yuv_convert.h
|
| diff --git a/media/base/yuv_convert.h b/media/base/yuv_convert.h
|
| index afd47d79ca1ea836a4a9852b8fb1cd224287344e..719e6a34abd1edd963ba38ac9a22e758100fa250 100644
|
| --- a/media/base/yuv_convert.h
|
| +++ b/media/base/yuv_convert.h
|
| @@ -121,7 +121,6 @@ void ConvertNV21ToYUV(const uint8* src,
|
| int height);
|
|
|
| // Empty SIMD register state after calling optimized scaler functions.
|
| -// This method is only used in unit test after calling SIMD functions.
|
| void EmptyRegisterState();
|
|
|
| } // namespace media
|
|
|