From 9400aba1d17737b083c243efc31cf2b330fc48c7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:15:18 -0400 Subject: [PATCH] CmdCustom - Removed TDB2::commit. --- src/commands/CmdCustom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index f39cf307f..fc00dafef 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -115,7 +115,6 @@ int CmdCustom::execute (std::string& output) Filter filter; std::vector filtered; filter.subset (filtered); - context.tdb2.commit (); // Sort the tasks. std::vector sequence;