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/session.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index c7633a88..07b07dee 100644 --- a/src/session.h +++ b/src/session.h @@ -69,7 +69,6 @@ public: bool next_data_file_from_command_line; bool saw_data_file_from_command_line; optional init_file; - optional cache_file; optional price_db; optional pager_path; bool next_price_db_from_command_line; @@ -91,8 +90,6 @@ public: int current_year; bool download_quotes; - bool use_cache; - bool cache_dirty; format_t::elision_style_t elision_style; int abbrev_length; @@ -229,7 +226,6 @@ See LICENSE file included with the distribution for details and disclaimer."; if (next_data_file_from_command_line && ! saw_data_file_from_command_line) { data_files.clear(); - use_cache = false; saw_data_file_from_command_line = true; } data_files.push_back(args[0].as_string()); -- cgit v1.2.3