mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalc: Eliminated namedDates
This commit is contained in:
parent
06a78e1aff
commit
d8526a388d
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <CmdCalc.h>
|
||||
#include <Filter.h>
|
||||
#include <Eval.h>
|
||||
#include <Dates.h>
|
||||
#include <main.h>
|
||||
#include <i18n.h>
|
||||
|
||||
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue