From dcbdf42264b2e28c7c675ff666035dc59220387d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:25:18 -0400 Subject: [PATCH] CmdSummary - Removed TDB2::commit. --- src/commands/CmdSummary.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 82320b27f..77b9ed20c 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -63,7 +63,6 @@ int CmdSummary::execute (std::string& output) Filter filter; std::vector filtered; filter.subset (filtered); - context.tdb2.commit (); // Generate unique list of project names from all pending tasks. std::map allProjects;