aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-22 20:43:54 +0000
committerGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-22 20:43:54 +0000
commit6e223af090c6f17e3bcd48f049e592ca30a95c5c (patch)
treef3b18aced478da890d855f33c0598e0e91958944 /tests
parentd6ca4ac1ee2a0096b42b02e9408181c9e0387939 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/PathOpsAngleTest.cpp4
1 files changed, 2 insertions, 2 deletions
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}},