| Index: include/core/SkPostConfig.h
|
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
|
| index d513d20633a9433e7eaaa8d77102db82838c0821..66917acf02bc3e75061f2cf81f3d63408a8c6a4c 100644
|
| --- a/include/core/SkPostConfig.h
|
| +++ b/include/core/SkPostConfig.h
|
| @@ -229,18 +229,6 @@
|
| SK_ ## C3 ## 32_SHIFT == 24)
|
| #endif
|
|
|
| -//////////////////////////////////////////////////////////////////////
|
| -
|
| -// TODO: rebaseline as needed so we can remove this flag entirely.
|
| -// - all platforms have int64_t now
|
| -// - we have slightly different fixed math results because of this check
|
| -// since we don't define this for linux/android
|
| -#if defined(SK_BUILD_FOR_WIN32) || defined(SK_BUILD_FOR_MAC)
|
| -# ifndef SkLONGLONG
|
| -# define SkLONGLONG int64_t
|
| -# endif
|
| -#endif
|
| -
|
| //////////////////////////////////////////////////////////////////////////////////////////////
|
| #ifndef SK_BUILD_FOR_WINCE
|
| # include <string.h>
|
|
|