From 38001ed6ffabf3c90239d1dc078d0f94e266ae6d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:14:47 -0400 Subject: [PATCH] CmdCount - Removed TDB2::commit. --- src/commands/CmdCount.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdCount.cpp b/src/commands/CmdCount.cpp index 7bdabfac6..14b01f48f 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -52,7 +52,6 @@ int CmdCount::execute (std::string& output) Filter filter; std::vector filtered; filter.subset (filtered); - context.tdb2.commit (); // Find number of matching tasks. Skip recurring parent tasks. int count = 0;