ColRecur: Eliminated namedDates
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
#include <Variant.h>
|
#include <Variant.h>
|
||||||
#include <Lexer.h>
|
#include <Lexer.h>
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <Dates.h>
|
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
@@ -111,7 +110,6 @@ void ColumnRecur::modify (Task& task, const std::string& value)
|
|||||||
{
|
{
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
|
||||||
contextTask = task;
|
contextTask = task;
|
||||||
e.evaluateInfixExpression (value, evaluatedValue);
|
e.evaluateInfixExpression (value, evaluatedValue);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user