[libc++][NFC] Remove redundant comment about availability of std::format

This commit is contained in:
Louis Dionne 2022-02-14 14:28:23 -05:00
parent c703f852c9
commit 57c3c48e6e
1 changed files with 0 additions and 4 deletions

View File

@ -244,10 +244,6 @@
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_semaphore
# endif
// This controls the availability of the C++20 format library.
// The library is in development and not ABI stable yet. P2216 is
// retroactively accepted in C++20. This paper contains ABI breaking
// changes.
# define _LIBCPP_AVAILABILITY_FORMAT \
__attribute__((unavailable))
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format