summaryrefslogtreecommitdiff
path: root/src/py_commodity.cc
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2016-06-22 15:43:37 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2016-06-22 15:43:37 +0200
commit01220484f428a447e9b00e071a0d85185f30e1de (patch)
treecf9b9492aa708d890700f2bbe05fe417e9bded3f /src/py_commodity.cc
parent059905f709e3f16002da41828de9924700c1e258 (diff)
downloadfork-ledger-01220484f428a447e9b00e071a0d85185f30e1de.tar.gz
fork-ledger-01220484f428a447e9b00e071a0d85185f30e1de.tar.bz2
fork-ledger-01220484f428a447e9b00e071a0d85185f30e1de.zip
Revert "[python] Add fix for Boost.Python compile errors"
This reverts commit 11590e134eafa768ccc4a171cc7fb216e906095f.
Diffstat (limited to 'src/py_commodity.cc')
-rw-r--r--src/py_commodity.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/py_commodity.cc b/src/py_commodity.cc
index 5aafa6ce..c457e64d 100644
--- a/src/py_commodity.cc
+++ b/src/py_commodity.cc
@@ -243,9 +243,6 @@ namespace {
void export_commodity()
{
-#if BOOST_VERSION >= 106000
- python::register_ptr_to_python< shared_ptr<commodity_pool_t> >();
-#endif
class_< commodity_pool_t, shared_ptr<commodity_pool_t>,
boost::noncopyable > ("CommodityPool", no_init)
.add_property("null_commodity",