aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hashtables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashtables.h')
-rw-r--r--src/hashtables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hashtables.h b/src/hashtables.h
index c66780a..9fa47d5 100644
--- a/src/hashtables.h
+++ b/src/hashtables.h
@@ -24,7 +24,6 @@ struct wireguard_peer *pubkey_hashtable_lookup(struct pubkey_hashtable *table, c
struct index_hashtable {
DECLARE_HASHTABLE(hashtable, 10);
- siphash_key_t key;
spinlock_t lock;
};