diff options
Diffstat (limited to 'python/pyinterp.cc')
-rw-r--r-- | python/pyinterp.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyinterp.cc b/python/pyinterp.cc index 8e1c14b3..25898a81 100644 --- a/python/pyinterp.cc +++ b/python/pyinterp.cc @@ -62,7 +62,6 @@ void export_output(); void export_parser(); void export_predicate(); void export_quotes(); -void export_reconcile(); void export_report(); void export_scope(); void export_session(); @@ -102,7 +101,6 @@ void initialize_for_python() export_parser(); export_predicate(); export_quotes(); - export_reconcile(); export_report(); export_scope(); export_session(); |