Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index 022757554cc1739245f6aa8b8580a93478be984f..2243fe325591e075fe207ae1dd4a46756527c310 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -261,17 +261,6 @@ |
////////////////////////////////////////////////////////////////////// |
-#if defined(SK_BUILD_FOR_WIN32) || defined(SK_BUILD_FOR_MAC) |
- #ifndef SkLONGLONG |
- #ifdef SK_BUILD_FOR_WIN32 |
- #define SkLONGLONG __int64 |
- #else |
- #define SkLONGLONG long long |
- #endif |
- #endif |
-#endif |
- |
-////////////////////////////////////////////////////////////////////////////////////////////// |
#ifndef SK_BUILD_FOR_WINCE |
#include <string.h> |
#include <stdlib.h> |