aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkParseColor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkParseColor.cpp')
-rw-r--r--src/utils/SkParseColor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/SkParseColor.cpp b/src/utils/SkParseColor.cpp
index db47aae82c..becad2cab7 100644
--- a/src/utils/SkParseColor.cpp
+++ b/src/utils/SkParseColor.cpp
@@ -537,4 +537,3 @@ void SkParse::TestColor() {
// SkASSERT(result == ((0xFF << 24) | (71 << 16) | (162 << 8) | (253 << 0)));
}
#endif
-