calc: Eliminated namedDates
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <Eval.h>
|
#include <Eval.h>
|
||||||
#include <Dates.h>
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Task.h>
|
#include <Task.h>
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
@@ -62,7 +61,6 @@ int main (int argc, char** argv)
|
|||||||
|
|
||||||
// Add a source for constants.
|
// Add a source for constants.
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (namedDates);
|
|
||||||
e.addSource (get);
|
e.addSource (get);
|
||||||
|
|
||||||
// Combine all the arguments into one expression string.
|
// Combine all the arguments into one expression string.
|
||||||
|
|||||||
Reference in New Issue
Block a user