Removed a useless init line
This commit is contained in:
parent
c5214c8759
commit
654c1c0b94
1 changed files with 0 additions and 1 deletions
|
|
@ -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<amount_t>())
|
||||
.def(init<std::string>())
|
||||
.def(init<char *>())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue