Removed unused variables

This commit is contained in:
Xawotihs@gmail.com
2013-01-28 22:37:01 +00:00
parent 48d45f2a65
commit 73131c8064
3 changed files with 27 additions and 10 deletions

View File

@@ -557,7 +557,7 @@ int TestSuite::loadNext()
size_t thread_count = 1;
#ifdef QT_CONFIG
thread_count = QThread::idealThreadCount();
thread_count = 1;//QThread::idealThreadCount();
#elif defined(IOS)
thread_count = 6;
#else