diff --git a/libcxx/include/__tuple b/libcxx/include/__tuple --- a/libcxx/include/__tuple +++ b/libcxx/include/__tuple @@ -383,12 +383,6 @@ typedef _LIBCPP_NODEBUG_TYPE __tuple_types<_Types...> type; }; -template -struct __all_dummy; - -template -using __all = _IsSame<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...>>; - struct __tuple_sfinae_base { template