Remove FOLLY_SKIP_LIBCPP_4000_THROW_BACKPORTS
[folly.git] / folly / portability / BitsFunctexcept.cpp
index 97563f8d4ca0971dc6cd923d9aabbfa4ecd6db0a..80e4a5438e20ef6e49f023c80a1af9c307d1bdb2 100644 (file)
@@ -26,7 +26,7 @@
 
 FOLLY_NAMESPACE_STD_BEGIN
 
-#if _LIBCPP_VERSION < 4000 && !FOLLY_SKIP_LIBCPP_4000_THROW_BACKPORTS
+#if _LIBCPP_VERSION < 4000
 void __throw_length_error(char const* msg) {
   throw std::length_error(msg);
 }