From e90a99140e5aaf5c0bde4eaf472697a9568f7938 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:20:16 -0400 Subject: [PATCH] CmdEdit - Removed TDB2::commit. --- src/commands/CmdEdit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index b2e4cd2dc..7946cad6d 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -71,7 +71,6 @@ int CmdEdit::execute (std::string& output) if (editFile (*task)) context.tdb2.modify (*task); - context.tdb2.commit (); return 0; }