Remove dead code missed in r258852.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@258855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1350,12 +1350,6 @@ struct __is_convertible_test<_From, _To,
|
||||
decltype(_VSTD::__is_convertible_imp::__test_convert<_To>(_VSTD::declval<_From>()))> : public true_type
|
||||
{};
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
template <class _Tp> _Tp&& __source();
|
||||
#else
|
||||
template <class _Tp> typename remove_reference<_Tp>::type& __source();
|
||||
#endif
|
||||
|
||||
template <class _Tp, bool _IsArray = is_array<_Tp>::value,
|
||||
bool _IsFunction = is_function<_Tp>::value,
|
||||
bool _IsVoid = is_void<_Tp>::value>
|
||||
|
||||
Reference in New Issue
Block a user