aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkTypes.h')
-rw-r--r--include/core/SkTypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index a94a59233f..f9d0c533d3 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -161,12 +161,6 @@ inline void operator delete(void* p) {
// and if it's true the assert passes; if it's false, we'll print the message and the assert fails.
#define SkASSERTF(cond, fmt, ...) SkASSERT((cond) || (SkDebugf(fmt"\n", __VA_ARGS__), false))
-#ifdef SK_DEVELOPER
- #define SkDEVCODE(code) code
-#else
- #define SkDEVCODE(code)
-#endif
-
#ifdef SK_IGNORE_TO_STRING
#define SK_TO_STRING_NONVIRT()
#define SK_TO_STRING_VIRT()