From 01220484f428a447e9b00e071a0d85185f30e1de Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 22 Jun 2016 15:43:37 +0200 Subject: Revert "[python] Add fix for Boost.Python compile errors" This reverts commit 11590e134eafa768ccc4a171cc7fb216e906095f. --- src/py_commodity.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/py_commodity.cc') 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 >(); -#endif class_< commodity_pool_t, shared_ptr, boost::noncopyable > ("CommodityPool", no_init) .add_property("null_commodity", -- cgit v1.2.3