From 808b2dd7f0e4166ad73ef5c3ad56c5da2179bc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 28 Mar 2002 18:29:44 +0000 Subject: [PATCH] removed a duplicate line [SVN r13298] --- include/boost/lambda/detail/member_ptr.hpp | 3 --- 1 file changed, 3 deletions(-) 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