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
diff --git a/tests/PathOpsAngleTest.cpp b/tests/PathOpsAngleTest.cpp
index 6037592..e1fb038 100644
--- a/tests/PathOpsAngleTest.cpp
+++ b/tests/PathOpsAngleTest.cpp
@@ -169,12 +169,12 @@
     {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}},