ColRecur: Eliminated namedDates

This commit is contained in:
Paul Beckingham 2017-03-05 09:29:50 -05:00
parent 8e7350ac27
commit 925700dbf8

View file

@ -32,7 +32,6 @@
#include <Variant.h>
#include <Lexer.h>
#include <Filter.h>
#include <Dates.h>
#include <shared.h>
#include <format.h>
#include <utf8.h>
@ -111,7 +110,6 @@ void ColumnRecur::modify (Task& task, const std::string& value)
{
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
contextTask = task;
e.evaluateInfixExpression (value, evaluatedValue);
}