- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:19:07 -04:00
parent 177dda1dd4
commit 9246176588

View file

@ -129,7 +129,6 @@ int CmdDone::execute (std::string& output)
if (i->first != "")
context.footnote (i->second);
context.tdb2.commit ();
feedback_affected (count == 1 ? STRING_CMD_DONE_1 : STRING_CMD_DONE_N, count);
return rc;
}