summaryrefslogtreecommitdiff
path: root/python/pyinterp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyinterp.cc')
-rw-r--r--python/pyinterp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyinterp.cc b/python/pyinterp.cc
index 25898a81..aaa188da 100644
--- a/python/pyinterp.cc
+++ b/python/pyinterp.cc
@@ -43,7 +43,6 @@ void export_balpair();
void export_chain();
void export_commodity();
void export_compare();
-void export_csv();
void export_emacs();
void export_entry();
void export_expr();
@@ -82,7 +81,6 @@ void initialize_for_python()
export_chain();
export_commodity();
export_compare();
- export_csv();
export_emacs();
export_entry();
export_expr();