diff --git a/include/boost/lambda/detail/member_ptr.hpp b/include/boost/lambda/detail/member_ptr.hpp index 74585a5..be6d637 100644 --- a/include/boost/lambda/detail/member_ptr.hpp +++ b/include/boost/lambda/detail/member_ptr.hpp @@ -521,9 +521,6 @@ public: // we remove the reference now, as we may have to add cv:s typedef typename boost::remove_reference::type type1; - typedef typename - detail::remove_reference_and_cv::type plainB; - // A is a reference to pointer // remove the top level cv qualifiers and reference typedef typename