Remove wrong sem_wait call
This commit is contained in:
parent
3c0ce892a9
commit
ac4559ab26
@ -188,9 +188,7 @@ int main(int argc, char *argv[])
|
||||
initCircBuf();
|
||||
|
||||
while (quit == 0) {
|
||||
wait_sem(sUsedSpace);
|
||||
getSolution(sUsedSpace, sFreeSpace);
|
||||
|
||||
}
|
||||
|
||||
cleanup();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user