aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/random.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 1812467ae..50e14aadc 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -377,9 +377,6 @@ read_random_source( int requester, size_t length, int level )
{
static int (*fnc)(void (*)(const void*, size_t, int), int,
size_t, int) = NULL;
- int nbytes;
- int goodness;
-
if( !fnc ) {
if( !is_initialized )
initialize();