Fix the build failure for arm64

TESTED=libyuv_unittest
BUG=357
R=fbarchard@google.com

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1079 16f28f9a-4ce2-e073-06de-1de4eb20be90
diff --git a/source/rotate_neon64.cc b/source/rotate_neon64.cc
index 9f08ca7..c7e3172 100644
--- a/source/rotate_neon64.cc
+++ b/source/rotate_neon64.cc
@@ -242,9 +242,6 @@
 }
 #endif //HAS_TRANSPOSE_WX8_NEON
 
-//this ifdef should be removed if TransposeUVWx8_NEON's aarch64 has
-//been done
-#ifdef HAS_TRANSPOSE_UVWX8_NEON
 static uint8 kVTbl4x4TransposeDi[32] =
   { 0,  16, 32, 48,  2, 18, 34, 50,  4, 20, 36, 52,  6, 22, 38, 54,
     1,  17, 33, 49,  3, 19, 35, 51,  5, 21, 37, 53,  7, 23, 39, 55};