From c0e2211c2b12a618c414b5114a25351f81a9edf8 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 14 May 2022 13:05:56 -0400 Subject: [PATCH] Simplify test --- test/span_boost_begin_test.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/span_boost_begin_test.cpp b/test/span_boost_begin_test.cpp index 9da849a..b7dc1e6 100644 --- a/test/span_boost_begin_test.cpp +++ b/test/span_boost_begin_test.cpp @@ -29,9 +29,4 @@ void function() std::vector y; boost::begin(y); } -#else -int main() -{ - return 0; -} #endif