From cfb7b91b57aa37714f914c86e84928f88c7ad2d7 Mon Sep 17 00:00:00 2001 From: "humper@google.com" Date: Thu, 14 Feb 2013 18:56:22 +0000 Subject: [PATCH] print a useful message when assert fails on the mac BUG= Review URL: https://codereview.appspot.com/7314100 git-svn-id: http://skia.googlecode.com/svn/trunk@7742 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPostConfig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h index 14a4a45..5390463 100644 --- a/include/core/SkPostConfig.h +++ b/include/core/SkPostConfig.h @@ -157,10 +157,6 @@ #define SK_B32_SHIFT 0 #endif -#elif defined(SK_BUILD_FOR_MAC) - #ifndef SK_DEBUGBREAK - #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false) - #endif #else #ifdef SK_DEBUG #include -- 2.7.4