summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-14 17:55:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-14 17:55:43 +0200
commit40f001b55074f1d0f5d722999c643406caad1b2b (patch)
tree3be9f13441a5c55786c9ff2e9b29dce9bd5e069d /sal
parentb44b76746d8834a4c32f704273a8b7b7547a9328 (diff)
Remove spurious cpu_count
Change-Id: Ic90e806d279f8180d78f78597dbc549264338295
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx
index 134a4ba07037..1840d3b83a33 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -1581,23 +1581,6 @@ namespace osl_Thread
CPPUNIT_TEST_SUITE_END();
}; // class wait
- class cpu_count : public CppUnit::TestFixture
- {
- public:
- void setUp() SAL_OVERRIDE {}
- void tearDown() SAL_OVERRIDE {}
-
- void cpu_count_001()
- {
- sal_uInt32 nThreads = osl_getCPUThreadCount();
- CPPUNIT_ASSERT(false && nThreads > 0);
- }
-
- CPPUNIT_TEST_SUITE(cpu_count);
- CPPUNIT_TEST(cpu_count_001);
- CPPUNIT_TEST_SUITE_END();
- }; // class cpu_count
-
/** osl::Thread::yield method: can not design good test scenario to test up to now
*/
class yield : public CppUnit::TestFixture