libcxx-compat: revert llvmorg-19-init-18063-g561246e90282:

[libc++][NFC] Remove wrong #endif comment

PR:		280562
MFC after:	1 month
This commit is contained in:
Dimitry Andric 2024-08-05 22:13:12 +02:00
parent 6b4981df60
commit 2f6d6eaf2d

View file

@ -28,7 +28,7 @@ using __remove_cv_t = typename remove_cv<_Tp>::type;
#else
template <class _Tp>
using __remove_cv_t = __remove_cv(_Tp);
#endif
#endif // __has_builtin(__remove_cv)
#if _LIBCPP_STD_VER >= 14
template <class _Tp>