mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
calc: Eliminated namedDates
This commit is contained in:
parent
8f3d6c575d
commit
fa71f846ae
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <Eval.h>
|
||||
#include <Dates.h>
|
||||
#include <Context.h>
|
||||
#include <Task.h>
|
||||
#include <shared.h>
|
||||
|
@ -62,7 +61,6 @@ int main (int argc, char** argv)
|
|||
|
||||
// Add a source for constants.
|
||||
Eval e;
|
||||
e.addSource (namedDates);
|
||||
e.addSource (get);
|
||||
|
||||
// Combine all the arguments into one expression string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue