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:
Paul Beckingham 2009-07-01 18:56:12 -04:00
parent 21c3a0ef48
commit f588055b31
3 changed files with 37 additions and 16 deletions

View file

@ -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 ();