aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkParse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkParse.cpp')
-rw-r--r--src/utils/SkParse.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/utils/SkParse.cpp b/src/utils/SkParse.cpp
index 90c9fffe41..a533447809 100644
--- a/src/utils/SkParse.cpp
+++ b/src/utils/SkParse.cpp
@@ -286,11 +286,3 @@ int SkParse::FindList(const char target[], const char list[])
}
return -1;
}
-
-#ifdef SK_SUPPORT_UNITTEST
-void SkParse::UnitTest()
-{
- // !!! additional parse tests go here
- SkParse::TestColor();
-}
-#endif