From 58ec954d11eeaf2bfe7c79ef82557a23bcd4a1de Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Sep 2015 02:08:36 -0400 Subject: [PATCH] CmdExport: Removed redundant arg checks --- src/commands/CmdExport.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index 865b90ed4..48362a024 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -62,9 +62,6 @@ int CmdExport::execute (std::string& output) std::vector filtered; filter.subset (filtered); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - // Obey 'limit:N'. int rows = 0; int lines = 0;