summaryrefslogtreecommitdiff
path: root/boost/python/to_python_value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/to_python_value.hpp')
-rw-r--r--boost/python/to_python_value.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/boost/python/to_python_value.hpp b/boost/python/to_python_value.hpp
index a48948d256..aaabb9cf75 100644
--- a/boost/python/to_python_value.hpp
+++ b/boost/python/to_python_value.hpp
@@ -147,11 +147,6 @@ namespace detail
template <class T>
inline PyObject* registry_to_python_value<T>::operator()(argument_type x) const
{
- typedef converter::registered<argument_type> r;
-# if BOOST_WORKAROUND(__GNUC__, < 3)
- // suppresses an ICE, somehow
- (void)r::converters;
-# endif
return converter::registered<argument_type>::converters.to_python(&x);
}