- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:25:36 -04:00
parent dcbdf42264
commit e6801007bd

View file

@ -237,9 +237,6 @@ int CmdSync::execute (std::string& output)
context.tdb2.backlog.clear_lines ();
context.tdb2.backlog.add_line (sync_key + "\n");
// Commit all changes.
context.tdb2.commit ();
// Present a clear status message.
if (upload_count == 0 && download_count == 0)
// Note: should not happen - expect code 201 instead.