summaryrefslogtreecommitdiff
path: root/src/py_journal.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_journal.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_journal.cc')
-rw-r--r--src/py_journal.cc3
1 files changed, 0 insertions, 3 deletions
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<collector_wrapper> >();
-#endif
class_< collector_wrapper, shared_ptr<collector_wrapper>,
boost::noncopyable >("PostCollectorWrapper", no_init)
.def("__len__", &collector_wrapper::length)