From 1950b28fa06c6ec817755b10899af3b8ae8715f6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:24:51 -0400 Subject: [PATCH] CmdStop - Removed TDB2::commit. --- src/commands/CmdStop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdStop.cpp b/src/commands/CmdStop.cpp index b117c063e..2ebb487e5 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -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; }