| Index: source/rotate.cc
|
| diff --git a/source/rotate.cc b/source/rotate.cc
|
| index dac7113dd539fbd44dfcd94f1c99034283eb6d8a..31e04af9c0b1634b735f91e53bea49d8dc5c8418 100644
|
| --- a/source/rotate.cc
|
| +++ b/source/rotate.cc
|
| @@ -117,14 +117,6 @@ void RotatePlane180(const uint8* src, int src_stride,
|
| }
|
| }
|
| #endif
|
| -#if defined(HAS_MIRRORROW_SSE2)
|
| - if (TestCpuFlag(kCpuHasSSE2)) {
|
| - MirrorRow = MirrorRow_Any_SSE2;
|
| - if (IS_ALIGNED(width, 16)) {
|
| - MirrorRow = MirrorRow_SSE2;
|
| - }
|
| - }
|
| -#endif
|
| #if defined(HAS_MIRRORROW_SSSE3)
|
| if (TestCpuFlag(kCpuHasSSSE3)) {
|
| MirrorRow = MirrorRow_Any_SSSE3;
|
|
|