mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdSummary
- Removed TDB2::commit.
This commit is contained in:
parent
1950b28fa0
commit
dcbdf42264
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue