| Index: include/core/SkPreConfig.h
|
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
|
| index f993920fda5cd4e3ab9934b5dd5e998e69b826ff..82a9f0d364e009361738ee8e6b03e5af35df5bfc 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
|
|
|