From d8526a388d79d6be893d7bfb6ca7abdd703495e6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Mar 2017 09:31:50 -0500 Subject: [PATCH] CmdCalc: Eliminated namedDates --- src/commands/CmdCalc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index 2c8ffe43a..b812bbde7 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include #include @@ -61,7 +60,6 @@ int CmdCalc::execute (std::string& output) // Create an evaluator with DOM access. Eval e; e.addSource (domSource); - e.addSource (namedDates); e.debug (context.config.getBoolean ("debug")); // Compile all the args into one expression.