aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 7b8f869afe..73bdef0802 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -27,7 +27,6 @@ static void test_poly(skiatest::Reporter* reporter, const SkPath& path,
const SkPoint srcPts[], int count, bool expectClose) {
SkPath::RawIter iter(path);
SkPoint pts[4];
- SkPath::Verb verb;
bool firstTime = true;
bool foundClose = false;