Index: include/core/SkUtils.h |
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h |
index 3c24b1f5992ceff769473b8b0aedef72b44407c5..bca76ed54f831d4326997ba54bcd4941c6e158e6 100644 |
--- a/include/core/SkUtils.h |
+++ b/include/core/SkUtils.h |
@@ -61,15 +61,6 @@ SkMemset32Proc SkMemset32GetPlatformProc(); |
#undef SK_SMALL_MEMSET |
-/** Similar to memcpy(), but it copies count 32bit values from src to dst. |
- @param dst The memory to have value copied into it |
- @param src The memory to have value copied from it |
- @param count The number of values should be copied. |
-*/ |
-void sk_memcpy32(uint32_t dst[], const uint32_t src[], int count); |
-typedef void (*SkMemcpy32Proc)(uint32_t dst[], const uint32_t src[], int count); |
-SkMemcpy32Proc SkMemcpy32GetPlatformProc(); |
- |
/////////////////////////////////////////////////////////////////////////////// |
#define kMaxBytesInUTF8Sequence 4 |