summaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/stdint.h
diff options
context:
space:
mode:
authormikhnenko <[email protected]>2023-11-28 19:47:51 +0300
committermikhnenko <[email protected]>2023-11-28 20:44:40 +0300
commit00075b525ee8dec802d514b18dd290640d60bab0 (patch)
tree2747b528e5c10f28c5e978e0f9518950982cd3e7 /contrib/libs/cxxsupp/libcxx/include/stdint.h
parente79e79a7a59159e1994e51c878fed9324c44c974 (diff)
Drop more msvc-specific patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/stdint.h')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/stdint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stdint.h b/contrib/libs/cxxsupp/libcxx/include/stdint.h
index c9342a388e3..ee71f62ab09 100644
--- a/contrib/libs/cxxsupp/libcxx/include/stdint.h
+++ b/contrib/libs/cxxsupp/libcxx/include/stdint.h
@@ -120,10 +120,6 @@ Macros:
# define __STDC_CONSTANT_MACROS
#endif
-#ifdef _LIBCPP_COMPILER_MSVC
-#include Y_MSVC_INCLUDE_NEXT(stdint.h)
-#else
#include_next <stdint.h>
-#endif
#endif // _LIBCPP_STDINT_H