mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Remove unused tbb::task_scheduler_init from perf tests
This commit is contained in:
parent
c3881ede62
commit
3ffe0f0117
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user