From c5b2c0acf9fce8ab0af9d22cdb780ac35f10223f Mon Sep 17 00:00:00 2001 From: stitchy Date: Wed, 29 Nov 2023 20:52:34 +0000 Subject: [PATCH] we love the stupid one line fixes --- threads/main.c | 1 - 1 file changed, 1 deletion(-) 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--;