Index: include/utils/SkJSONCPP.h |
diff --git a/include/utils/SkJSONCPP.h b/include/utils/SkJSONCPP.h |
index 0582e8f5a99393229dbc90505929195904727253..de827687e0f6b5eab253dfecb6d12a49b27ee24d 100644 |
--- a/include/utils/SkJSONCPP.h |
+++ b/include/utils/SkJSONCPP.h |
@@ -10,8 +10,6 @@ |
#ifndef SkJSONCPP_DEFINED |
#define SkJSONCPP_DEFINED |
-#ifdef SK_BUILD_JSON_WRITER |
- |
#ifdef SK_BUILD_FOR_WIN |
// json includes xlocale which generates warning 4530 because we're |
// compiling without exceptions; |
@@ -26,6 +24,4 @@ |
#pragma warning(pop) |
#endif |
-#endif // SK_BUILD_JSON_WRITER |
- |
#endif // SkJSONCPP_DEFINED |