diff options
author | djsollen <djsollen@google.com> | 2016-01-22 06:04:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-22 06:04:55 -0800 |
commit | 4c5cd7d527ed29aabfa72aa47b23a4496eeda357 (patch) | |
tree | 49959934e26882dd38d3bb1939f7c9b60d70f10d /include/config | |
parent | 6d3cef930ad19b0f55543ca40f7a07030f4fe508 (diff) |
Consolidate SK_CRASH and sk_throw into SK_ABORT
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1610823002
Review URL: https://codereview.chromium.org/1610823002
Diffstat (limited to 'include/config')
-rw-r--r-- | include/config/SkUserConfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index ff8a5f3154..a0f6258281 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -58,13 +58,6 @@ //#define SK_DEBUG_GLYPH_CACHE //#define SK_DEBUG_PATH -/* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) - it will call SK_CRASH(). If this is not defined it, it is defined in - SkPostConfig.h to write to an illegal address - */ -//#define SK_CRASH() *(int *)(uintptr_t)0 = 0 - - /* preconfig will have attempted to determine the endianness of the system, but you can change these mutually exclusive flags here. */ |