Remove wrong sem_wait call

This commit is contained in:
zenon 2018-06-08 11:39:32 +02:00
parent 3c0ce892a9
commit ac4559ab26

View File

@ -188,9 +188,7 @@ int main(int argc, char *argv[])
initCircBuf(); initCircBuf();
while (quit == 0) { while (quit == 0) {
wait_sem(sUsedSpace);
getSolution(sUsedSpace, sFreeSpace); getSolution(sUsedSpace, sFreeSpace);
} }
cleanup(); cleanup();