diff options
Diffstat (limited to 'python/py_times.cc')
-rw-r--r-- | python/py_times.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/py_times.cc b/python/py_times.cc index 23532cc2..6beafe39 100644 --- a/python/py_times.cc +++ b/python/py_times.cc @@ -133,8 +133,6 @@ void export_times() scope().attr("parse_datetime") = &py_parse_datetime; scope().attr("parse_date") = &py_parse_date; - scope().attr("current_time") = current_time; - scope().attr("current_date") = current_date; } } // namespace ledger |