From 6e223af090c6f17e3bcd48f049e592ca30a95c5c Mon Sep 17 00:00:00 2001 From: "mtklein@google.com" Date: Fri, 22 Nov 2013 20:43:54 +0000 Subject: I feel like my clang is especially sensitive to unused variables. BUG= Review URL: https://codereview.chromium.org/82913006 git-svn-id: http://skia.googlecode.com/svn/trunk@12369 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsAngleTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/PathOpsAngleTest.cpp b/tests/PathOpsAngleTest.cpp index 6037592997..e1fb038a24 100644 --- a/tests/PathOpsAngleTest.cpp +++ b/tests/PathOpsAngleTest.cpp @@ -169,12 +169,12 @@ static const SortSet set12[] = { {lines[9], 2, 0.5, 0, {0, 0}}, }; -static const SortSet set13[] = { +/*static const SortSet set13[] = { {cubics[13], 4, 0.5, 0.400631046, {0, 0}}, {lines[10], 2, 0.791666667, 0.928, {0, 0}}, {lines[10], 2, 0.791666667, 0.333333333, {0, 0}}, {cubics[13], 4, 0.5, 0.866666667, {0, 0}}, -}; +};*/ static const SortSet set14[] = { {quads[2], 3, 0.5, 0.310102051, {0, 0}}, -- cgit v1.2.3