summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/times.cc')
-rw-r--r--src/times.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/times.cc b/src/times.cc
index 53be925f..77968127 100644
--- a/src/times.cc
+++ b/src/times.cc
@@ -126,9 +126,6 @@ date_t interval_t::first(const optional<date_t>& moment) const
date_t quant(begin);
- if (! advanced)
- advanced = true;
-
if (moment && *moment > quant) {
// Find an efficient starting point for the upcoming while loop.
// We want a date early enough that the range will be correct, but