- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:20:16 -04:00
parent 36748e5f7d
commit e90a99140e

View file

@ -71,7 +71,6 @@ int CmdEdit::execute (std::string& output)
if (editFile (*task))
context.tdb2.modify (*task);
context.tdb2.commit ();
return 0;
}