mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 09:17:19 +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;
|
Filter filter;
|
||||||
std::vector <Task> filtered;
|
std::vector <Task> filtered;
|
||||||
filter.subset (filtered);
|
filter.subset (filtered);
|
||||||
context.tdb2.commit ();
|
|
||||||
|
|
||||||
// Generate unique list of project names from all pending tasks.
|
// Generate unique list of project names from all pending tasks.
|
||||||
std::map <std::string, bool> allProjects;
|
std::map <std::string, bool> allProjects;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue