From 77b3f70ba63f1adfd3f0c8bf79cb58046bc09d99 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:15:59 -0400 Subject: [PATCH] CmdDelete - Removed TDB2::commit. --- src/commands/CmdDelete.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdDelete.cpp b/src/commands/CmdDelete.cpp index 54ce2db85..75ab2a481 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -180,7 +180,6 @@ int CmdDelete::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_DELETE_1 : STRING_CMD_DELETE_N, count); return rc; }