Removed an unnecessary comment
This commit is contained in:
parent
1ef2274b3f
commit
d9963b0312
1 changed files with 0 additions and 3 deletions
|
|
@ -130,8 +130,6 @@ std::size_t session_t::read_data(const string& master_account)
|
||||||
price_db_path = resolve_path(HANDLER(price_db_).str());
|
price_db_path = resolve_path(HANDLER(price_db_).str());
|
||||||
|
|
||||||
optional<archive_t> cache;
|
optional<archive_t> cache;
|
||||||
#if 1
|
|
||||||
// jww (2009-11-01): The binary caching feature is disabled for now.
|
|
||||||
if (HANDLED(cache_) && master_account.empty()) {
|
if (HANDLED(cache_) && master_account.empty()) {
|
||||||
cache = archive_t(HANDLED(cache_).str());
|
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;
|
populated_price_db = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (! (cache &&
|
if (! (cache &&
|
||||||
cache->should_load(HANDLER(file_).data_files) &&
|
cache->should_load(HANDLER(file_).data_files) &&
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue