mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CmdExport: Removed redundant arg checks
This commit is contained in:
parent
ea1ce4fad5
commit
58ec954d11
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ int CmdExport::execute (std::string& output)
|
|||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
|
||||
if (filter.hasModifications ())
|
||||
throw std::string (STRING_ERROR_NO_MODS);
|
||||
|
||||
// Obey 'limit:N'.
|
||||
int rows = 0;
|
||||
int lines = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue