From 5db5382fac1b3d09d96358e4216a112eee95890b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 13 Dec 2019 00:36:34 +0000 Subject: [PATCH] Remove boost <1.59 workaround from tests --- test/boostTest.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/boostTest.cpp b/test/boostTest.cpp index 27db38486..67f8df227 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -49,18 +49,6 @@ using namespace dev::solidity::test; namespace fs = boost::filesystem; using namespace std; -#if BOOST_VERSION < 105900 -test_case *make_test_case( - function const& _fn, - string const& _name, - string const& /* _filename */, - size_t /* _line */ -) -{ - return make_test_case(_fn, _name); -} -#endif - namespace { void removeTestSuite(std::string const& _name)