mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalc: Removed Eval::disambiguity
This commit is contained in:
parent
f0d27dcaac
commit
987fab388d
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ int CmdCalc::execute (std::string& output)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
e.ambiguity (false); // TODO Configurable?
|
|
||||||
e.debug (context.config.getBoolean ("debug"));
|
e.debug (context.config.getBoolean ("debug"));
|
||||||
|
|
||||||
// Compile all the args into one expression.
|
// Compile all the args into one expression.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue