Skip to content

Commit b177a9b

Browse files
committed
[libc++][NFC] Remove _LIBCPP_HAS_NO_NOEXCEPT
This macro is never used, so we can drop the definition of it too.
1 parent d296902 commit b177a9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ _LIBCPP_HARDENING_MODE_DEBUG
302302
# define _LIBCPP_ALIGNOF(_Tp) _Alignof(_Tp)
303303
# define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
304304
# define _ALIGNAS(x) __attribute__((__aligned__(x)))
305-
# define _LIBCPP_HAS_NO_NOEXCEPT
306305
# define nullptr __nullptr
307306
# define _NOEXCEPT throw()
308307
# define _NOEXCEPT_(...)

0 commit comments

Comments
 (0)