| Index: src/pathops/SkPathOpsDebug.h
|
| diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h
|
| index 9e910686b71e71d1d81c921e6dca897c130c8dd4..e7849ffbaf8b3c4e1bdf3e2b5668fbb15d7b1653 100644
|
| --- a/src/pathops/SkPathOpsDebug.h
|
| +++ b/src/pathops/SkPathOpsDebug.h
|
| @@ -101,11 +101,9 @@
|
| #ifdef SK_RELEASE
|
| #define SkDEBUGRELEASE(a, b) b
|
| #define SkDEBUGPARAMS(...)
|
| - #define SkDEBUGCODE_(...)
|
| #else
|
| #define SkDEBUGRELEASE(a, b) a
|
| #define SkDEBUGPARAMS(...) , __VA_ARGS__
|
| - #define SkDEBUGCODE_(...) __VA_ARGS__ // temporary until SkDEBUGCODE is fixed
|
| #endif
|
|
|
| #if DEBUG_VALIDATE == 0
|
|
|