diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-03 14:51:22 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-03 14:51:22 -0500 |
commit | d9963b0312e974c93371d35d43d2ad71fad42ba3 (patch) | |
tree | 1ea96ff7801193066ee1306ce3580d33fd639d49 /src/session.cc | |
parent | 1ef2274b3f48c081c73d1a6b13197a55668d1713 (diff) | |
download | fork-ledger-d9963b0312e974c93371d35d43d2ad71fad42ba3.tar.gz fork-ledger-d9963b0312e974c93371d35d43d2ad71fad42ba3.tar.bz2 fork-ledger-d9963b0312e974c93371d35d43d2ad71fad42ba3.zip |
Removed an unnecessary comment
Diffstat (limited to 'src/session.cc')
-rw-r--r-- | src/session.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/session.cc b/src/session.cc index 33c27165..2b8d8d58 100644 --- a/src/session.cc +++ b/src/session.cc @@ -130,8 +130,6 @@ std::size_t session_t::read_data(const string& master_account) price_db_path = resolve_path(HANDLER(price_db_).str()); optional<archive_t> cache; -#if 1 - // jww (2009-11-01): The binary caching feature is disabled for now. if (HANDLED(cache_) && master_account.empty()) { cache = archive_t(HANDLED(cache_).str()); @@ -140,7 +138,6 @@ std::size_t session_t::read_data(const string& master_account) populated_price_db = true; } } -#endif if (! (cache && cache->should_load(HANDLER(file_).data_files) && |