libc: Remove unused definition

RANDOMDEV isn't used after r306636.  Remove the unneeded definition.

No functional change.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
cem 2018-02-24 19:40:23 +00:00
parent 9c5dca2cda
commit 93d24dce27

View File

@ -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 { \