Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: src/opts/SkUtils_opts_arm.cpp

Issue 1256763003: Remove sk_memcpy32 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/opts/SkUtils_opts_SSE2.cpp ('k') | src/opts/SkUtils_opts_none.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkUtils_opts_arm.cpp
diff --git a/src/opts/SkUtils_opts_arm.cpp b/src/opts/SkUtils_opts_arm.cpp
index d74471f787b213052b4c00dea6f4bf58b914945c..01fd035eeeed572f1139d60d326fafea2263fbf4 100644
--- a/src/opts/SkUtils_opts_arm.cpp
+++ b/src/opts/SkUtils_opts_arm.cpp
@@ -30,7 +30,3 @@ SkMemset32Proc SkMemset32GetPlatformProc() {
return nullptr;
#endif
}
-
-SkMemcpy32Proc SkMemcpy32GetPlatformProc() {
- return NULL;
-}
« no previous file with comments | « src/opts/SkUtils_opts_SSE2.cpp ('k') | src/opts/SkUtils_opts_none.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698