From 574aa062495abcee8cc4c01dcfb493c1711e0b20 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:26:39 -0400 Subject: [PATCH] CmdUndo - Removed TDB2::commit. --- src/commands/CmdUndo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index b6103bde3..0097dda74 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -51,7 +51,6 @@ int CmdUndo::execute (std::string& output) throw std::string (STRING_CMD_UNDO_MODS); context.tdb2.revert (); - context.tdb2.commit (); return 0; }