aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPreConfig.h
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2016-08-05 13:04:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-05 13:04:41 -0700
commit300405a7a21aea994061fc0fabaf13465fb31f09 (patch)
tree4bc7fb05049e0a6ac13307209f7a4290c2f65ff5 /include/core/SkPreConfig.h
parent1ec04d9553af68b458c8dd6bd18d8c25ebd41d7a (diff)
Enable SK_DEBUG/SK_RELEASE to be defined in the user config.
Diffstat (limited to 'include/core/SkPreConfig.h')
-rw-r--r--include/core/SkPreConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index d8dd65b910..94d48b6dd5 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -52,14 +52,6 @@
//////////////////////////////////////////////////////////////////////
-#if !defined(SK_DEBUG) && !defined(SK_RELEASE)
- #ifdef NDEBUG
- #define SK_RELEASE
- #else
- #define SK_DEBUG
- #endif
-#endif
-
#ifdef SK_BUILD_FOR_WIN32
#if !defined(SK_RESTRICT)
#define SK_RESTRICT __restrict
@@ -69,8 +61,6 @@
#endif
#endif
-//////////////////////////////////////////////////////////////////////
-
#if !defined(SK_RESTRICT)
#define SK_RESTRICT __restrict__
#endif