Zap unused global keypair_counter
authorkn <kn@openbsd.org>
Thu, 21 Jul 2022 11:26:50 +0000 (11:26 +0000)
committerkn <kn@openbsd.org>
Thu, 21 Jul 2022 11:26:50 +0000 (11:26 +0000)
There since import.

OK sthen

sys/net/if_wg.c

index 21ae19f..e311f91 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_wg.c,v 1.25 2022/06/06 14:45:41 claudio Exp $ */
+/*     $OpenBSD: if_wg.c,v 1.26 2022/07/21 11:26:50 kn Exp $ */
 
 /*
  * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
@@ -370,7 +370,6 @@ int wg_clone_destroy(struct ifnet *);
 void   wgattach(int);
 
 uint64_t       peer_counter = 0;
-uint64_t       keypair_counter = 0;
 struct pool    wg_aip_pool;
 struct pool    wg_peer_pool;
 struct pool    wg_ratelimit_pool;