From 987fab388d712082bead470d623a04ddea73b3c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 1 Jul 2015 17:53:44 -0400 Subject: [PATCH] CmdCalc: Removed Eval::disambiguity --- src/commands/CmdCalc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index dd3680ceb..8a5b9b1fe 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -58,7 +58,6 @@ int CmdCalc::execute (std::string& output) Eval e; e.addSource (domSource); e.addSource (namedDates); - e.ambiguity (false); // TODO Configurable? e.debug (context.config.getBoolean ("debug")); // Compile all the args into one expression.