aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2020-11-16 13:35:14 -0500
committerLouis Dionne <ldionne@apple.com>2020-11-16 13:36:16 -0500
commitf1cf6b47e4b659bae3314acbb0d11d533bd4175f (patch)
tree4da50d56b7eafa26336abf15667af5585e4c6aca /libcxx
parentbf6ed355c8d10319bd7e3ce62d5f369db9fa0b97 (diff)
downloadllvm-project-f1cf6b47e4b659bae3314acbb0d11d533bd4175f.tar.gz
[libc++] Remove transitional #error message
It's been more than 4 years now, so anyone that was defining _LIBCPP_TRIVIAL_PAIR_COPY_CTOR has had ample time to see that error and fix their code.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/include/__config5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 8c361b4a10d0..d68e128cec7d 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -125,11 +125,6 @@
# endif
#endif
-#ifdef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
-#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
- use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
-#endif
-
#if defined(_LIBCPP_BUILDING_LIBRARY) || defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2
// Enable additional explicit instantiations of iostreams components. This
// reduces the number of weak definitions generated in programs that use