- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:24:51 -04:00
parent e70823e23f
commit 1950b28fa0

View file

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