Recurrence: Fixed broken build

This commit is contained in:
Paul Beckingham 2017-04-06 00:01:57 -04:00
parent 3a57ca26f8
commit e991004c43

View file

@ -25,6 +25,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Datetime.h>
#include <Context.h>
extern Context context;
@ -36,6 +37,7 @@ extern Context context;
// - Sync must merge duplicate N.
// - Remove recurrence.limit. Now always 1. It is not something that can be done
// with rtype:chained tasks.
// - Handle until.
////////////////////////////////////////////////////////////////////////////////
// Given an old-style task, upgrades it perfectly.
@ -65,7 +67,6 @@ static void synthesizeTasks (const Task&)
// TODO 'recur' = frequency
// TODO 'last' = index of most recently synthesized instance
context.debug ("synthesizeTasks end");
}