Index: tests/Test.cpp |
diff --git a/tests/Test.cpp b/tests/Test.cpp |
index 20afd455619349e7b1efe973bde1b1cdb4f0324c..d0147e1e4a0ed4bb947cf6ef4bb5b2e76ace51f2 100644 |
--- a/tests/Test.cpp |
+++ b/tests/Test.cpp |
@@ -75,10 +75,6 @@ protected: |
return fReporter->allowExtendedTest(); |
} |
- virtual bool allowThreaded() const SK_OVERRIDE { |
- return fReporter->allowThreaded(); |
- } |
- |
virtual void bumpTestCount() SK_OVERRIDE { |
fReporter->bumpTestCount(); |
} |