mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdDelete
- Removed TDB2::commit.
This commit is contained in:
parent
9400aba1d1
commit
77b3f70ba6
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ int CmdDelete::execute (std::string& output)
|
||||||
if (i->first != "")
|
if (i->first != "")
|
||||||
context.footnote (i->second);
|
context.footnote (i->second);
|
||||||
|
|
||||||
context.tdb2.commit ();
|
|
||||||
feedback_affected (count == 1 ? STRING_CMD_DELETE_1 : STRING_CMD_DELETE_N, count);
|
feedback_affected (count == 1 ? STRING_CMD_DELETE_1 : STRING_CMD_DELETE_N, count);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue