2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

Revert "Thread: provide physical concurrency conditional until it no regression is introduced."

This reverts commit 271ba281aecd5c556b2b863a9f05a8066e717854.

[SVN r86215]
This commit is contained in:
Tim Blechmann
2013-10-09 15:24:58 +00:00
parent 67afa35c49
commit fc65611e82
4 changed files with 1 additions and 9 deletions

View File

@@ -417,7 +417,6 @@ namespace boost
return info.dwNumberOfProcessors;
}
#ifdef BOOST_THREAD_PROVIDES_PHYSICAL_CONCURRENCY
unsigned thread::physical_concurrency() BOOST_NOEXCEPT
{
unsigned cores = 0;
@@ -439,7 +438,6 @@ namespace boost
}
return cores;
}
#endif
thread::native_handle_type thread::native_handle()
{