From 9246176588cdcb502b58f18bb9dc04d42b82fd8d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:19:07 -0400 Subject: [PATCH] CmdDone - Removed TDB2::commit. --- src/commands/CmdDone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdDone.cpp b/src/commands/CmdDone.cpp index cfd428a1b..cde965d34 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -129,7 +129,6 @@ int CmdDone::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_DONE_1 : STRING_CMD_DONE_N, count); return rc; }