aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 15:29:44 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 15:29:44 +0000
commitd4144060731a94a5b057dfad407e6e3c294435cf (patch)
tree209efefbee68d2c3c477c955798e958ad9c93d07 /tests
parentbe6188d64721850723c19d5a7a4f007a675300f4 (diff)
Windows compiler complaint cleanup
Diffstat (limited to 'tests')
-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;