aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-09-15 01:37:08 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-09-15 01:55:56 +0300
commit8730e23fb0c1ccfa9e77ffb7b1b7a23758b84167 (patch)
tree7c6420a9c6db05e0571e11713faa166738fb12d8 /contrib/libs/cxxsupp/libcxx
parent0ab3867bbe71ae4307ff4d22ae48c4a097d3eb7f (diff)
downloadydb-8730e23fb0c1ccfa9e77ffb7b1b7a23758b84167.tar.gz
Remove unused define
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/__threading_support4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__threading_support b/contrib/libs/cxxsupp/libcxx/include/__threading_support
index e697c6e5a82..8320557b1ce 100644
--- a/contrib/libs/cxxsupp/libcxx/include/__threading_support
+++ b/contrib/libs/cxxsupp/libcxx/include/__threading_support
@@ -27,9 +27,7 @@
#endif
#if defined(_LIBCPP_HAS_THREAD_API_EXTERNAL)
-# define _LIBCPP_EXTERNAL_THREADING <__external_threading>
-# #error include _LIBCPP_EXTERNAL_THREADING
-# undef _LIBCPP_EXTERNAL_THREADING
+#error #include <__external_threading>
#elif !defined(_LIBCPP_HAS_NO_THREADS)
#if defined(_LIBCPP_HAS_THREAD_API_PTHREAD)