mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancement - tags
- Added usage count to the tags report. - Filled in some missing details in ChangeLog. - Removed extraneous "srandom" call.
This commit is contained in:
parent
21c3a0ef48
commit
f588055b31
3 changed files with 37 additions and 16 deletions
|
@ -87,13 +87,6 @@ void Context::initialize ()
|
|||
{
|
||||
Timer t ("Context::initialize");
|
||||
|
||||
// Set up randomness.
|
||||
#ifdef HAVE_SRANDOM
|
||||
srandom (time (NULL));
|
||||
#else
|
||||
srand (time (NULL));
|
||||
#endif
|
||||
|
||||
// Load the configuration file from the home directory. If the file cannot
|
||||
// be found, offer to create a sample one.
|
||||
loadCorrectConfigFile ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue