Remove static_assert for Boost version

This commit is contained in:
Joe Loser
2018-06-20 07:28:03 -04:00
committed by Nik Bougalis
parent fc3a3d8267
commit aab47e09b6

View File

@@ -706,9 +706,6 @@ int main (int argc, char** argv)
"GCC version 5.1.0 or later is required to compile rippled.");
#endif
static_assert (BOOST_VERSION >= 106700,
"Boost version 1.67 or later is required to compile rippled");
//
// These debug heap calls do nothing in release or non Visual Studio builds.
//