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]; };