summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h
index 951c8873..72f0af57 100644
--- a/src/report.h
+++ b/src/report.h
@@ -147,9 +147,6 @@ public:
value_t fn_join(call_scope_t& scope);
value_t fn_format_date(call_scope_t& scope);
value_t fn_ansify_if(call_scope_t& scope);
- value_t fn_false(call_scope_t&) {
- return false;
- }
value_t fn_options(call_scope_t&) {
return value_t(static_cast<scope_t *>(this));