We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5755f commit c2238c3Copy full SHA for c2238c3
auparse/lru.h
@@ -43,7 +43,7 @@ typedef struct QNode
43
// Collection of pointers to Queue Nodes
44
typedef struct Hash
45
{
46
- unsigned int size; // how many entries
+// unused: unsigned int size; // how many entries
47
QNode **array; // an array of queue nodes
48
} Hash;
49
0 commit comments