Index: src/opts/SkBlitRow_opts_SSE4.h |
diff --git a/src/opts/SkBlitRow_opts_SSE4.h b/src/opts/SkBlitRow_opts_SSE4.h |
deleted file mode 100644 |
index 229e7072de99edd01d6f3d2eae181e54d3de2200..0000000000000000000000000000000000000000 |
--- a/src/opts/SkBlitRow_opts_SSE4.h |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-/* |
- * Copyright 2013 The Android Open Source Project |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#ifndef SkBlitRow_opts_SSE4_DEFINED |
-#define SkBlitRow_opts_SSE4_DEFINED |
- |
-#include "SkBlitRow.h" |
- |
-#if !defined(_MSC_VER) |
-extern "C" void S32A_Opaque_BlitRow32_SSE4_asm(SkPMColor* SK_RESTRICT dst, |
- const SkPMColor* SK_RESTRICT src, |
- int count, U8CPU alpha); |
-#endif |
- |
-#endif |
- |