remove dead code
authorCary Clark <caryclark@google.com>
Wed, 5 Oct 2016 12:51:39 +0000 (08:51 -0400)
committerCary Clark <caryclark@google.com>
Wed, 5 Oct 2016 12:54:39 +0000 (12:54 +0000)
commite47ae2998c1cf944db5743a416583dd0f042b6d9
treedc6e9f060ffe9cfcc6035f8ab8fa9f10c043ac22
parent85a45d93ed6f299d09b17ae55c5d74242af4b11c
remove dead code

Use code coverage and a new '-c' flag to find
and remove unneeded code.

TBR=reed@google.com

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2397593002

patch from issue 2397593002 at patchset 1 (http://crrev.com/2397593002#ps1)

Change-Id: I741a82de9191146c10457d4c0b9cb9605dff2069
Reviewed-on: https://skia-review.googlesource.com/2983
Reviewed-by: Cary Clark <caryclark@google.com>
14 files changed:
src/pathops/SkOpAngle.cpp
src/pathops/SkOpCoincidence.cpp
src/pathops/SkOpCoincidence.h
src/pathops/SkOpContour.h
src/pathops/SkOpSegment.cpp
src/pathops/SkOpSegment.h
src/pathops/SkOpSpan.cpp
src/pathops/SkOpSpan.h
src/pathops/SkPathOpsCommon.cpp
src/pathops/SkPathOpsDebug.cpp
src/pathops/SkPathOpsDebug.h
src/pathops/SkPathOpsSimplify.cpp
src/pathops/SkPathOpsTypes.cpp
src/pathops/SkPathOpsTypes.h