aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkMatrix.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkMatrix.cpp b/src/core/SkMatrix.cpp
index 7fe7bf06fb..12d8d8bafb 100644
--- a/src/core/SkMatrix.cpp
+++ b/src/core/SkMatrix.cpp
@@ -57,8 +57,6 @@ enum {
#endif
uint8_t SkMatrix::computePerspectiveTypeMask() const {
- unsigned mask = kOnlyPerspectiveValid_Mask | kUnknown_Mask;
-
#ifdef SK_SCALAR_SLOW_COMPARES
if (SkScalarAs2sCompliment(fMat[kMPersp0]) |
SkScalarAs2sCompliment(fMat[kMPersp1]) |