Index: src/core/SkMath.cpp |
diff --git a/src/core/SkMath.cpp b/src/core/SkMath.cpp |
index 1f671d3949bc39bb08cc14f1cb72255f2ef82c7d..6eff790c85c5c08e56ecda331426f2281ba8add4 100644 |
--- a/src/core/SkMath.cpp |
+++ b/src/core/SkMath.cpp |
@@ -11,10 +11,6 @@ |
#include "SkFloatingPoint.h" |
#include "SkScalar.h" |
-const uint32_t gIEEENotANumber = 0x7FFFFFFF; |
-const uint32_t gIEEEInfinity = 0x7F800000; |
-const uint32_t gIEEENegativeInfinity = 0xFF800000; |
- |
#define sub_shift(zeros, x, n) \ |
zeros -= n; \ |
x >>= n |