From 3f960be96c47cc976ed3a4d9e477325b6a3fcfb7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Feb 2009 20:55:40 -0400 Subject: Removed all references to the old binary cache. --- src/quotes.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quotes.cc') 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 -- cgit v1.2.3