remove some gcc4.8/windows special code as minimum gcc version to build rt is 4.9
This commit is contained in:
@@ -68,11 +68,8 @@ public:
|
||||
inactive_waiting_(false)
|
||||
{
|
||||
int threadCount = 1;
|
||||
#if !(__GNUC__ == 4 && __GNUC_MINOR__ == 8 && defined( WIN32 ) && defined(__x86_64__))
|
||||
// See Issue 2431 for explanation
|
||||
#ifdef _OPENMP
|
||||
threadCount = omp_get_num_procs();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
threadPool_ = new Glib::ThreadPool(threadCount, 0);
|
||||
|
Reference in New Issue
Block a user