- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:26:39 -04:00
parent 3494a526d7
commit 574aa06249

View file

@ -51,7 +51,6 @@ int CmdUndo::execute (std::string& output)
throw std::string (STRING_CMD_UNDO_MODS);
context.tdb2.revert ();
context.tdb2.commit ();
return 0;
}