diff --git a/include/boost/preprocessor/iterate.hpp b/include/boost/preprocessor/iterate.hpp index 3917573..70d6522 100644 --- a/include/boost/preprocessor/iterate.hpp +++ b/include/boost/preprocessor/iterate.hpp @@ -67,9 +67,4 @@ # # define BOOST_PP_INCLUDE_SELF() # -# define BOOST_PP_SLOT_LIMIT 5 -# -# define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_DETAIL_CAT4() -# define BOOST_PP_SLOT(i) BOOST_PP_DETAIL_CAT2(BOOST_PP_SLOT_, i) -# # endif