From b7b1425c7f2eac18f32760b9e20cdc8bd68ce42c Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 28 Sep 2019 11:25:09 -0400 Subject: [PATCH] Remove duplicate printing of a macro in this test. --- test/config_info.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/config_info.cpp b/test/config_info.cpp index f800aa7..23de991 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -1,6 +1,6 @@ # /* ************************************************************************** # * * -# * (C) Copyright Edward Diener 2014. +# * (C) Copyright Edward Diener 2014,2019. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at # * http://www.boost.org/LICENSE_1_0.txt) @@ -94,7 +94,6 @@ void print_macros() PRINT_MACRO(BOOST_PP_CONFIG_FLAGS()); PRINT_MACRO(BOOST_PP_VARIADICS); PRINT_MACRO(BOOST_PP_VARIADICS_MSVC); - PRINT_MACRO(BOOST_PP_VARIADICS_MSVC); PRINT_MACRO(BOOST_PP_VARIADIC_OPT()); }