calc: Eliminated namedDates

This commit is contained in:
Paul Beckingham 2017-03-05 09:29:13 -05:00
parent 8f3d6c575d
commit fa71f846ae

View file

@ -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.