diff options
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/misc.c b/src/misc.c index 591cd1181..b1ab62e32 100644 --- a/src/misc.c +++ b/src/misc.c @@ -882,9 +882,6 @@ void rand_init() int n, fd; #endif struct { -#ifdef USE_MYSQL - int sqlrand; -#endif #ifndef _WIN32 struct timeval nowt; /* time */ char rnd[32]; /* /dev/urandom */ @@ -896,11 +893,6 @@ void rand_init() arc4_init(); - /* Grab "random" MYSQL data */ -#ifdef USE_MYSQL - rdat.sqlrand = mysql_rand(); -#endif - /* Grab OS specific "random" data */ #ifndef _WIN32 /* unix/bsd: time */ |