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:
Conrad Meyer 2018-02-24 19:40:23 +00:00
parent 7eb6081727
commit aab3e059e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329921

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