mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdUDAs: Remvoed redundant arg checks
This commit is contained in:
parent
4183667efd
commit
3b18ca4f50
1 changed files with 0 additions and 5 deletions
|
@ -77,11 +77,6 @@ int CmdUDAs::execute (std::string& output)
|
|||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
|
||||
if (filter.hasFilter ())
|
||||
throw std::string (STRING_ERROR_NO_FILTER);
|
||||
if (filter.hasModifications ())
|
||||
throw std::string (STRING_ERROR_NO_MODS);
|
||||
|
||||
if (udas.size ())
|
||||
{
|
||||
std::sort (udas.begin (), udas.end ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue