From 8dc502d33aab14997a1b49c2d6429ae55909db86 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Tue, 28 Oct 2014 14:25:04 +0900 Subject: [PATCH] Remove dup of internal macro Signed-off-by: Kohei Takahashi --- .../boost/fusion/container/generation/detail/pp_make_deque.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/fusion/container/generation/detail/pp_make_deque.hpp b/include/boost/fusion/container/generation/detail/pp_make_deque.hpp index 843ae759..dccf13a6 100644 --- a/include/boost/fusion/container/generation/detail/pp_make_deque.hpp +++ b/include/boost/fusion/container/generation/detail/pp_make_deque.hpp @@ -66,9 +66,6 @@ namespace boost { namespace fusion #define BOOST_FUSION_AS_FUSION_ELEMENT(z, n, data) \ typename detail::as_fusion_element::type -#define BOOST_FUSION_AS_FUSION_ELEMENT(z, n, data) \ - typename detail::as_fusion_element::type - #define BOOST_PP_FILENAME_1 #define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_DEQUE_SIZE) #include BOOST_PP_ITERATE()