From 383a51dde809d8b76463ec0694573ce39ec6742a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 30 Mar 2002 01:21:10 +0000 Subject: [PATCH] removed flotsam [SVN r13307] --- include/boost/python/converter/from_python_data.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/python/converter/from_python_data.hpp b/include/boost/python/converter/from_python_data.hpp index 1ce8bd7a..ec57f479 100644 --- a/include/boost/python/converter/from_python_data.hpp +++ b/include/boost/python/converter/from_python_data.hpp @@ -125,8 +125,6 @@ namespace detail template struct referent_storage { - typedef typename remove_cv::type>::type referent; - BOOST_STATIC_CONSTANT(std::size_t, target = referent_alignment::value); typedef lower_alignment t1;