summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2008-07-09 17:07:33 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2008-07-09 17:07:33 +0000
commit43e55672e3e4f9340da885d183b4f3ad60963700 (patch)
tree11575adfb2f49c3c4da962a696b18bad8370bb05 /usr.sbin/bind
parent7380abfdfb9b44f720cd869edca8afe8998e47ae (diff)
remove an unused variable that is a leftover from the old alg.
ok deraadt@
Diffstat (limited to 'usr.sbin/bind')
-rw-r--r--usr.sbin/bind/lib/isc/shuffle.c3
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));