From ea1ce4fad525a74057dcada77abfe13de3a14aa4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Sep 2015 02:06:37 -0400 Subject: [PATCH] CmdEdit: Removed redundant arg checks --- src/commands/CmdEdit.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index b432e364e..8a146954c 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -73,9 +73,6 @@ int CmdEdit::execute (std::string& output) std::vector filtered; filter.subset (filtered); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - // Find number of matching tasks. for (auto& task : filtered) {