summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/session.h b/src/session.h
index 10e5b758..679fe679 100644
--- a/src/session.h
+++ b/src/session.h
@@ -101,13 +101,6 @@ public:
clean_accounts();
}
- value_t fn_now(call_scope_t&) {
- return CURRENT_TIME();
- }
- value_t fn_today(call_scope_t&) {
- return CURRENT_DATE();
- }
-
void report_options(std::ostream& out)
{
HANDLER(account_).report(out);