Filter: Removed Eval::disambiguity
This commit is contained in:
@@ -83,7 +83,6 @@ void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output
|
|||||||
if (precompiled.size ())
|
if (precompiled.size ())
|
||||||
{
|
{
|
||||||
Eval eval;
|
Eval eval;
|
||||||
eval.ambiguity (false);
|
|
||||||
eval.addSource (domSource);
|
eval.addSource (domSource);
|
||||||
eval.addSource (namedDates);
|
eval.addSource (namedDates);
|
||||||
|
|
||||||
@@ -137,7 +136,6 @@ void Filter::subset (std::vector <Task>& output, bool applyContext /* = true */)
|
|||||||
_startCount = (int) pending.size ();
|
_startCount = (int) pending.size ();
|
||||||
|
|
||||||
Eval eval;
|
Eval eval;
|
||||||
eval.ambiguity (false);
|
|
||||||
eval.addSource (domSource);
|
eval.addSource (domSource);
|
||||||
eval.addSource (namedDates);
|
eval.addSource (namedDates);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user