Remove unused tbb::task_scheduler_init from perf tests

This commit is contained in:
Andrey Kamaev 2012-10-15 16:25:06 +04:00
parent c3881ede62
commit 3ffe0f0117
2 changed files with 0 additions and 8 deletions

View File

@ -346,11 +346,6 @@ private:
friend class _declareHelper;
friend class Regression;
#ifdef HAVE_TBB
cv::Ptr<tbb::task_scheduler_init> p_tbb_initializer;
#else
cv::Ptr<int> fixme;
#endif
bool verified;
public:

View File

@ -1088,9 +1088,6 @@ void TestBase::TearDown()
if (type_param) printf("[ TYPE ] \t%s\n", type_param), fflush(stdout);
reportMetrics(true);
}
#ifdef HAVE_TBB
p_tbb_initializer.release();
#endif
}
std::string TestBase::getDataPath(const std::string& relativePath)