Skip to content

Commit c2238c3

Browse files
committed
lru hash size is unused
1 parent fd5755f commit c2238c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auparse/lru.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef struct QNode
4343
// Collection of pointers to Queue Nodes
4444
typedef struct Hash
4545
{
46-
unsigned int size; // how many entries
46+
// unused: unsigned int size; // how many entries
4747
QNode **array; // an array of queue nodes
4848
} Hash;
4949

0 commit comments

Comments
 (0)