diff --git a/threads/main.c b/threads/main.c index 92df140..a74933a 100644 --- a/threads/main.c +++ b/threads/main.c @@ -65,7 +65,6 @@ void* consumer() { pthread_cond_wait(&myCond1, &myMutex); } - //get_item(); print_count(); isProduced--;