removed dead flag check

Missed this earlier. Should have been part of https://skia-review.googlesource.com/c/skia/+/158600

Bug: skia:
Change-Id: Id70dda3aa1e869aee3e6f10c042c84b4bfc5c211
Reviewed-on: https://skia-review.googlesource.com/158740
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
This commit is contained in:
Mike Reed 2018-10-02 11:33:33 -04:00 committed by Skia Commit-Bot
parent 9f9c2ea428
commit ce96e1e94f

View File

@ -4817,8 +4817,6 @@ DEF_TEST(NonFinitePathIteration, reporter) {
REPORTER_ASSERT(reporter, verbs == 0);
}
#ifndef SK_SUPPORT_LEGACY_SVG_ARC_TO
DEF_TEST(AndroidArc, reporter) {
const char* tests[] = {
"M50,0A50,50,0,0 1 100,50 L100,85 A15,15,0,0 1 85,100 L50,100 A50,50,0,0 1 50,0z",
@ -4846,7 +4844,6 @@ DEF_TEST(AndroidArc, reporter) {
}
}
}
#endif
/*
* Try a range of crazy values, just to ensure that we don't assert/crash.