Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index 3d2955975e94a16d45090b3e2ea533f221a11efd..a1d4bf799bfcdeb31bcb0d305c3b31252a8a3038 100644 |
--- a/tests/skia_test.cpp |
+++ b/tests/skia_test.cpp |
@@ -196,11 +196,6 @@ int tool_main(int argc, char** argv) { |
#else |
header.append(" SK_RELEASE"); |
#endif |
-#ifdef SK_SCALAR_IS_FIXED |
- header.append(" SK_SCALAR_IS_FIXED"); |
-#else |
- header.append(" SK_SCALAR_IS_FLOAT"); |
-#endif |
header.appendf(" skia_arch_width=%d", (int)sizeof(void*) * 8); |
SkDebugf("%s\n", header.c_str()); |
} |