Skip to content
Snippets Groups Projects
Commit f5944f77 authored by jmcarcell's avatar jmcarcell
Browse files

Remove the unused task_group include

parent f4b0d19f
No related branches found
No related tags found
1 merge request!1495Support oneTBB
......@@ -117,8 +117,7 @@ public:
/// Constructor
using extends::extends;
/// Destructor. Need to enforce noexcept specification as otherwise the noexcept(false) destructor of the
/// tbb::task_group member violates the contract
/// Destructor
~AvalancheSchedulerSvc() noexcept override {}
/// Initialise
......
......@@ -13,7 +13,6 @@
#include "GaudiKernel/ConcurrencyFlags.h"
#include "ThreadInitTask.h"
#include "tbb/task_group.h"
#include <chrono>
#include <thread>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment