diff options
Diffstat (limited to 'tests/PathOpsExtendedTest.cpp')
-rw-r--r-- | tests/PathOpsExtendedTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp index cbf21b1ebd..bc3dbe2b9f 100644 --- a/tests/PathOpsExtendedTest.cpp +++ b/tests/PathOpsExtendedTest.cpp @@ -490,8 +490,6 @@ bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const int maxThreadsAllocated = 64; static int maxThreads = 1; -SK_DECLARE_STATIC_MUTEX(gQueueMutex); - int initializeTests(const char* test) { #ifdef SK_DEBUG gDebugMaxWindSum = 4; |