From 10e4dab3ac0c08bf9711727ead62ad36effbda69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 29 Aug 2016 00:02:44 +0200 Subject: [PATCH] Remove redundant macro --- include/boost/move/detail/fwd_macros.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/move/detail/fwd_macros.hpp b/include/boost/move/detail/fwd_macros.hpp index e342363..7132436 100644 --- a/include/boost/move/detail/fwd_macros.hpp +++ b/include/boost/move/detail/fwd_macros.hpp @@ -808,7 +808,6 @@ namespace move_detail { #define BOOST_MOVE_ITERATE_0TO9(MACROFUNC) BOOST_MOVE_ITERATE_0TO8(MACROFUNC) MACROFUNC(9) //BOOST_MOVE_ITERATE_NTON -#define BOOST_MOVE_ITERATE_0TO0(MACROFUNC) MACROFUNC(0) #define BOOST_MOVE_ITERATE_1TO1(MACROFUNC) MACROFUNC(1) #define BOOST_MOVE_ITERATE_2TO2(MACROFUNC) MACROFUNC(2) #define BOOST_MOVE_ITERATE_3TO3(MACROFUNC) MACROFUNC(3)