diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-16 05:02:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-16 05:03:04 -0400 |
commit | 32e2d58d4372f34726b4de59e3b0cdc0540ad474 (patch) | |
tree | 32f48d63f38b84ff821dbdb6983c82c2acdb3fe6 /src/output.h | |
parent | 89c01e74e6e7ff3180105136f9f3f0a94f868dc8 (diff) | |
download | fork-ledger-32e2d58d4372f34726b4de59e3b0cdc0540ad474.tar.gz fork-ledger-32e2d58d4372f34726b4de59e3b0cdc0540ad474.tar.bz2 fork-ledger-32e2d58d4372f34726b4de59e3b0cdc0540ad474.zip |
Simplified the stats command
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h index 31214d29..fad05857 100644 --- a/src/output.h +++ b/src/output.h @@ -105,7 +105,6 @@ protected: std::set<string> accounts_referenced; std::set<string> payees_referenced; - std::set<date_t> unique_dates; statistics_t() : total_entries(0), total_xacts(0), total_uncleared_xacts(0), |