From aab3e059e4862bdc00ab0a0eb174385a7f50443c Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sat, 24 Feb 2018 19:40:23 +0000 Subject: [PATCH] libc: Remove unused definition RANDOMDEV isn't used after r306636. Remove the unneeded definition. No functional change. Sponsored by: Dell EMC Isilon --- lib/libc/gen/arc4random.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/gen/arc4random.c b/lib/libc/gen/arc4random.c index 1c4d6eebe5fe..a48c6f819388 100644 --- a/lib/libc/gen/arc4random.c +++ b/lib/libc/gen/arc4random.c @@ -59,7 +59,6 @@ struct arc4_stream { static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; -#define RANDOMDEV "/dev/random" #define KEYSIZE 128 #define _ARC4_LOCK() \ do { \