diff --git a/py_amount.cc b/py_amount.cc index 9bdfa921..ef69d2b9 100644 --- a/py_amount.cc +++ b/py_amount.cc @@ -60,7 +60,6 @@ void export_amount() scope().attr("AMOUNT_PARSE_NO_REDUCE") = AMOUNT_PARSE_NO_REDUCE; class_< amount_t > ("amount") - //.def(init<>()) .def(init()) .def(init()) .def(init())