CmdSummary

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:25:18 -04:00
parent 1950b28fa0
commit dcbdf42264

View file

@ -63,7 +63,6 @@ int CmdSummary::execute (std::string& output)
Filter filter;
std::vector <Task> filtered;
filter.subset (filtered);
context.tdb2.commit ();
// Generate unique list of project names from all pending tasks.
std::map <std::string, bool> allProjects;