From 2766c00fc0b6a07d46e5f74cdad45da2ef625237 Mon Sep 17 00:00:00 2001 From: mtklein Date: Fri, 26 Jun 2015 11:45:03 -0700 Subject: remove SkInstCnt It's been outclassed by Valgrind and leak sanitizer, and it seems to be causing problems for external folks building Skia. I'm not sure why our own builds seem unaffected. Latest thread: https://groups.google.com/forum/#!topic/skia-discuss/oj9FsQwwSF0 BUG=skia: Review URL: https://codereview.chromium.org/1217573002 --- include/config/SkUserConfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 43cf7ce880..ff8a5f3154 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -58,13 +58,6 @@ //#define SK_DEBUG_GLYPH_CACHE //#define SK_DEBUG_PATH -/* To assist debugging, Skia provides an instance counting utility in - include/core/SkInstCount.h. This flag turns on and off that utility to - allow instance count tracking in either debug or release builds. By - default it is enabled in debug but disabled in release. - */ -//#define SK_ENABLE_INST_COUNT 1 - /* 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 -- cgit v1.2.3