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_journal.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/py_journal.cc') diff --git a/src/py_journal.cc b/src/py_journal.cc index c1c38a90..879f9548 100644 --- a/src/py_journal.cc +++ b/src/py_journal.cc @@ -232,9 +232,6 @@ void export_journal() boost::noncopyable >("PostHandler") ; -#if BOOST_VERSION >= 106000 - python::register_ptr_to_python< shared_ptr >(); -#endif class_< collector_wrapper, shared_ptr, boost::noncopyable >("PostCollectorWrapper", no_init) .def("__len__", &collector_wrapper::length) -- cgit v1.2.3