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

View file

@ -119,7 +119,6 @@ int CmdStart::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_START_1 : STRING_CMD_START_N, count); feedback_affected (count == 1 ? STRING_CMD_START_1 : STRING_CMD_START_N, count);
return rc; return rc;
} }