Fixes.
This commit is contained in:
parent
faf14f5e5a
commit
1587fb27d2
2 changed files with 1 additions and 4 deletions
|
@ -42,10 +42,6 @@ void Cpu::init()
|
|||
|
||||
void Cpu::setAffinity(int id, unsigned long mask)
|
||||
{
|
||||
if (id == -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
cpu_set_t set;
|
||||
CPU_ZERO(&set);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue