diff options
Diffstat (limited to 'src/hashtables.h')
-rw-r--r-- | src/hashtables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hashtables.h b/src/hashtables.h index d51c0d8..89845f6 100644 --- a/src/hashtables.h +++ b/src/hashtables.h @@ -21,7 +21,6 @@ struct wireguard_peer *pubkey_hashtable_lookup(struct pubkey_hashtable *table, c struct index_hashtable { DECLARE_HASHTABLE(hashtable, 10); uint8_t key[SIPHASH24_KEY_LEN]; - atomic64_t counter; spinlock_t lock; }; struct index_hashtable_entry; |