summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/report.h b/src/report.h
index ff7d1343..f2e6626a 100644
--- a/src/report.h
+++ b/src/report.h
@@ -250,14 +250,6 @@ public:
"The init file '" << path << "' does not exist or is not readable");
}
- value_t option_cache(call_scope_t& args) { // :
- config->cache_file = resolve_path(optarg);
- }
-
- value_t option_no_cache(call_scope_t& args) {
- config->cache_file = "<none>";
- }
-
value_t option_output(call_scope_t& args) { // o:
if (std::string(optarg) != "-") {
std::string path = resolve_path(optarg);