summaryrefslogtreecommitdiff
path: root/src/quotes.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-04 20:55:40 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-04 20:57:14 -0400
commit3f960be96c47cc976ed3a4d9e477325b6a3fcfb7 (patch)
tree2d0b5a844bc47ff3bb90797114f89531b933c982 /src/quotes.cc
parent066aef6090d5801e9e8452692c2478320dad48d3 (diff)
downloadfork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.gz
fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.bz2
fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.zip
Removed all references to the old binary cache.
Diffstat (limited to 'src/quotes.cc')
-rw-r--r--src/quotes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quotes.cc b/src/quotes.cc
index ba885677..294d2093 100644
--- a/src/quotes.cc
+++ b/src/quotes.cc
@@ -87,7 +87,6 @@ void quotes_by_script::operator()(commodity_base_t& commodity,
commodity.add_price(current_moment, price);
commodity.history->last_lookup = current_moment;
- cache_dirty = true;
if (price && ! price_db.empty()) {
#if defined(__GNUG__) && __GNUG__ < 3