Index: src/core/SkCpu.h |
diff --git a/src/core/SkCpu.h b/src/core/SkCpu.h |
index b212da482c977667795fd2e80a8858208258588e..219ec698458b94b09a6d1d5a01c472a993962b7e 100644 |
--- a/src/core/SkCpu.h |
+++ b/src/core/SkCpu.h |
@@ -32,11 +32,7 @@ struct SkCpu { |
static void CacheRuntimeFeatures(); |
static bool Supports(uint32_t); |
private: |
-#if defined(_MSC_VER) || !defined(SkCpu_IMPL) |
- static const uint32_t gCachedFeatures; |
-#else |
- static uint32_t gCachedFeatures; |
-#endif |
+ static uint32_t gCachedFeatures; |
}; |
inline bool SkCpu::Supports(uint32_t mask) { |