diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-31 15:29:44 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-31 15:29:44 +0000 |
commit | d4144060731a94a5b057dfad407e6e3c294435cf (patch) | |
tree | 209efefbee68d2c3c477c955798e958ad9c93d07 /tests | |
parent | be6188d64721850723c19d5a7a4f007a675300f4 (diff) |
Windows compiler complaint cleanup
http://codereview.appspot.com/6262047/
git-svn-id: http://skia.googlecode.com/svn/trunk@4098 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/PathTest.cpp | 1 |
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; |