mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task: Removed Eval::ambiguity.
This commit is contained in:
parent
b090c6bccf
commit
b7519bb550
1 changed files with 0 additions and 4 deletions
|
@ -1952,7 +1952,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
Eval e;
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false);
|
||||
contextTask = *this;
|
||||
|
||||
Variant v;
|
||||
|
@ -1991,7 +1990,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
Eval e;
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false);
|
||||
contextTask = *this;
|
||||
|
||||
Variant v;
|
||||
|
@ -2013,7 +2011,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
Eval e;
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false);
|
||||
contextTask = *this;
|
||||
|
||||
Variant v;
|
||||
|
@ -2039,7 +2036,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
Eval e;
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false);
|
||||
contextTask = *this;
|
||||
|
||||
Variant v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue