- Removed legacy duration value mapping, which causes much performance
  degradation.
This commit is contained in:
Paul Beckingham 2015-03-02 16:16:39 -05:00
parent f0cc0151b7
commit 7665d13d42
6 changed files with 17 additions and 129 deletions

View file

@ -580,7 +580,6 @@ void TDB2::modify (Task& task, bool add_to_backlog /* = true */)
{
// Ensure the task is consistent, and provide defaults if necessary.
task.validate (false);
task.upgradeLegacyValues ();
std::string uuid = task.get ("uuid");
// Get the unmodified task as reference, so the hook can compare.