summaryrefslogtreecommitdiff
path: root/src/py_item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/py_item.cc')
-rw-r--r--src/py_item.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/py_item.cc b/src/py_item.cc
index e37228fe..51d9e50c 100644
--- a/src/py_item.cc
+++ b/src/py_item.cc
@@ -66,12 +66,14 @@ namespace {
} // unnamed namespace
+#if 0
#define EXC_TRANSLATOR(type) \
void exc_translate_ ## type(const type& err) { \
PyErr_SetString(PyExc_ArithmeticError, err.what()); \
}
//EXC_TRANSLATOR(item_error)
+#endif
void export_item()
{