From e8d24094304a457fabfb327c8fa180db0d9c85d1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 00:03:58 -0400 Subject: Removed --reconcile and --reconcile-date. --- python/pyinterp.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/pyinterp.cc') 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(); -- cgit v1.2.3