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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user