summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-14 04:17:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-14 04:17:46 -0400
commite50abb56455791774bf75e786234e8d2a637d63a (patch)
tree1613b600798345721da5a55dc0473626a79cf65c /src/times.cc
parentf15ae10a52f487694b3e9a5963968076fb21dc7b (diff)
downloadfork-ledger-e50abb56455791774bf75e786234e8d2a637d63a.tar.gz
fork-ledger-e50abb56455791774bf75e786234e8d2a637d63a.tar.bz2
fork-ledger-e50abb56455791774bf75e786234e8d2a637d63a.zip
Removed interval_t::advanced, which was unused
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