diff options
author | 2008-07-09 17:07:32 +0000 | |
---|---|---|
committer | 2008-07-09 17:07:32 +0000 | |
commit | 49859387d7ae2b049362d03b19c49d52112c538d (patch) | |
tree | 20ece4293936775d2094807e145184bc8554e60b | |
parent | also set the protocol, either TCP or UDP, in the NAT lookup. this (diff) | |
download | wireguard-openbsd-49859387d7ae2b049362d03b19c49d52112c538d.tar.xz wireguard-openbsd-49859387d7ae2b049362d03b19c49d52112c538d.zip |
remove an unused variable that is a leftover from the old alg.
ok deraadt@
-rw-r--r-- | usr.sbin/bind/lib/isc/shuffle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/shuffle.c b/usr.sbin/bind/lib/isc/shuffle.c index 0cdcdef6f9b..a1e2b814702 100644 --- a/usr.sbin/bind/lib/isc/shuffle.c +++ b/usr.sbin/bind/lib/isc/shuffle.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: shuffle.c,v 1.3 2008/03/15 04:57:50 djm Exp $ */ +/* $OpenBSD: shuffle.c,v 1.4 2008/07/09 17:07:32 reyk Exp $ */ #include <config.h> @@ -31,7 +31,6 @@ void isc_shuffle_init(isc_shuffle_t *shuffle) { - isc_uint16_t r; int i, i2; REQUIRE(VALID_SHUFFLE(shuffle)); |