Removed an unnecessary comment

This commit is contained in:
John Wiegley 2009-11-03 14:51:22 -05:00
parent 1ef2274b3f
commit d9963b0312

View file

@ -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) &&