diff options
Diffstat (limited to 'py_amount.cc')
-rw-r--r-- | py_amount.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py_amount.cc b/py_amount.cc index afa5b963..9bdfa921 100644 --- a/py_amount.cc +++ b/py_amount.cc @@ -64,7 +64,6 @@ void export_amount() .def(init<amount_t>()) .def(init<std::string>()) .def(init<char *>()) - .def(init<bool>()) .def(init<long>()) .def(init<double>()) |