From e21bfb15154856759fce9f936be5419a51a08538 Mon Sep 17 00:00:00 2001 From: chl <> Date: Mon, 13 Oct 2014 20:54:13 +0000 Subject: remove unused variable ok tedu@ --- src/lib/libc/stdlib/random.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libc/stdlib/random.c b/src/lib/libc/stdlib/random.c index a71402ace5..e4ff07ea0c 100644 --- a/src/lib/libc/stdlib/random.c +++ b/src/lib/libc/stdlib/random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: random.c,v 1.23 2014/07/13 14:21:14 tedu Exp $ */ +/* $OpenBSD: random.c,v 1.24 2014/10/13 20:54:13 chl Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -254,8 +254,6 @@ __warn_references(srandom, void srandomdev(void) { - size_t len; - LOCK(); use_arc4random = 1; UNLOCK(); -- cgit v1.2.3-55-g6feb