From 654c1c0b943313b060f239315b64c84357909f9f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 16:10:33 +0000 Subject: Removed a useless init line --- py_amount.cc | 1 - 1 file changed, 1 deletion(-) 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()) -- cgit v1.2.3