CmdDelete

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:15:59 -04:00
parent 9400aba1d1
commit 77b3f70ba6

View file

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