mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed the rand/random/srand/srandom calls that are no longer used.
This commit is contained in:
parent
fcfd50bd25
commit
bda3674578
5 changed files with 0 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue