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.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/quotes.h') diff --git a/src/quotes.h b/src/quotes.h index a18836f4..caf159ce 100644 --- a/src/quotes.h +++ b/src/quotes.h @@ -60,16 +60,13 @@ class quotes_by_script : public noncopyable, public commodity_t::base_t::updater { string price_db; std::size_t pricing_leeway; - bool& cache_dirty; quotes_by_script(); public: quotes_by_script(path _price_db, - std::size_t _pricing_leeway, - bool& _cache_dirty) - : price_db(_price_db), pricing_leeway(_pricing_leeway), - cache_dirty(_cache_dirty) { + std::size_t _pricing_leeway) + : price_db(_price_db), pricing_leeway(_pricing_leeway) { TRACE_CTOR(quotes_by_script, "path, std::size_t, bool&"); } ~quotes_by_script() throw() { -- cgit v1.2.3