Remove FOLLY_SKIP_LIBCPP_4000_THROW_BACKPORTS
[folly.git] / folly / portability / BitsFunctexcept.h
index ac04ff8555fde58adef7bf4aec47628ff635a881..72deb3e85852f14b7caec210bdcf212690b0664b 100644 (file)
@@ -29,7 +29,7 @@
 
 FOLLY_NAMESPACE_STD_BEGIN
 
-#if _LIBCPP_VERSION < 4000 && !FOLLY_SKIP_LIBCPP_4000_THROW_BACKPORTS
+#if _LIBCPP_VERSION < 4000
 [[noreturn]] void __throw_length_error(char const* msg); // @nolint
 [[noreturn]] void __throw_logic_error(char const* msg);
 [[noreturn]] void __throw_out_of_range(char const* msg);