summaryrefslogtreecommitdiff
path: root/src/session.h
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/session.h
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/session.h')
-rw-r--r--src/session.h4
1 files changed, 0 insertions, 4 deletions
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<path> init_file;
- optional<path> cache_file;
optional<path> price_db;
optional<path> 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());