CmdExport: Removed redundant arg checks

This commit is contained in:
Paul Beckingham 2015-09-06 02:08:36 -04:00
parent ea1ce4fad5
commit 58ec954d11

View file

@ -62,9 +62,6 @@ int CmdExport::execute (std::string& output)
std::vector <Task> filtered; std::vector <Task> filtered;
filter.subset (filtered); filter.subset (filtered);
if (filter.hasModifications ())
throw std::string (STRING_ERROR_NO_MODS);
// Obey 'limit:N'. // Obey 'limit:N'.
int rows = 0; int rows = 0;
int lines = 0; int lines = 0;