Chromium Code Reviews| Index: src/pathops/SkPathOpsDebug.cpp |
| diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
| index 95e2204c33b606ee8e54b8e39a8dcdca9509c9af..b68ab2acf889bb2cf88be3445038ae45384cb6d5 100644 |
| --- a/src/pathops/SkPathOpsDebug.cpp |
| +++ b/src/pathops/SkPathOpsDebug.cpp |
| @@ -134,9 +134,6 @@ void SkOpSpan::dump() const { |
| if (fLoop) { |
| SkDebugf(" loop"); |
| } |
| - if (fNear) { |
| - SkDebugf(" near"); |
| - } |
| SkDebugf("\n"); |
| } |