From d1ca1d59ce4958ec4d8cc9f3246192deb1e43050 Mon Sep 17 00:00:00 2001 From: zenon Date: Thu, 7 Jun 2018 10:04:25 +0200 Subject: [PATCH] Remove count of validItems which is not needed because of the use of semaphores --- common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common.h b/common.h index 69e3d64..874f2d7 100644 --- a/common.h +++ b/common.h @@ -40,7 +40,6 @@ struct circ_buf { int quit; int head; int tail; - int validItems; int data[MAX_ITEMS]; };