CmdExport: Removed redundant arg checks
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user