mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
CmdProjects
- Removed TDB2::commit.
This commit is contained in:
parent
84bddfbd34
commit
cee1b8aecc
1 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ int CmdProjects::execute (std::string& output)
|
|||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (tasks, filtered);
|
||||
context.tdb2.commit ();
|
||||
|
||||
int quantity = filtered.size ();
|
||||
|
||||
|
@ -184,7 +183,6 @@ int CmdCompletionProjects::execute (std::string& output)
|
|||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (tasks, filtered);
|
||||
context.tdb2.commit ();
|
||||
|
||||
// Scan all the tasks for their project name, building a map using project
|
||||
// names as keys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue