Fixed compilation on Windows.

[ci skip]
This commit is contained in:
PKEuS 2014-03-25 19:19:55 +01:00
parent e6b3af8c38
commit 019d4491fb
1 changed files with 0 additions and 5 deletions

View File

@ -339,11 +339,6 @@ void ThreadExecutor::addFileContent(const std::string &path, const std::string &
_fileContents[path] = content;
}
bool ThreadExecutor::checkLoadAverage(size_t nchilds)
{
return true;
}
unsigned int ThreadExecutor::check()
{
HANDLE *threadHandles = new HANDLE[_settings._jobs];