diff options
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r-- | tests/Test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp index 20afd45561..d0147e1e4a 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(); } |