Code Cleanup

- Removed the rand/random/srand/srandom calls that are no longer used.
This commit is contained in:
Paul Beckingham 2013-07-20 16:07:25 -04:00
parent fcfd50bd25
commit bda3674578
5 changed files with 0 additions and 46 deletions

View file

@ -149,18 +149,6 @@ int CmdDiagnostics::execute (std::string& output)
<< " -pthreads"
#endif
#ifdef HAVE_SRANDOM
<< " +srandom"
#else
<< " -srandom"
#endif
#ifdef HAVE_RANDOM
<< " +random"
#else
<< " -random"
#endif
#ifdef HAVE_LIBGNUTLS
<< " +tls"
#else