Remove count of validItems which is not needed because of the use of

semaphores
This commit is contained in:
zenon 2018-06-07 10:04:25 +02:00
parent 49357d1173
commit d1ca1d59ce

View File

@ -40,7 +40,6 @@ struct circ_buf {
int quit;
int head;
int tail;
int validItems;
int data[MAX_ITEMS];
};