diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-01-26 20:31:01 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-01-26 20:31:01 +0000 |
| commit | 0d662acc7c7f6771f5bc0114bffb7cc0c0503c2c (patch) | |
| tree | 4918880d3e2f50d20ab8e5d506b5823c47d5f1b0 /libcxx/include | |
| parent | ae1acb09695f043c14975655b61bd78f0604a048 (diff) | |
| download | bcm5719-llvm-0d662acc7c7f6771f5bc0114bffb7cc0c0503c2c.tar.gz bcm5719-llvm-0d662acc7c7f6771f5bc0114bffb7cc0c0503c2c.zip | |
Remove dead code missed in r258852.
llvm-svn: 258855
Diffstat (limited to 'libcxx/include')
| -rw-r--r-- | libcxx/include/type_traits | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/include/type_traits b/libcxx/include/type_traits index 3c9e8dd9021..13af4aea430 100644 --- a/libcxx/include/type_traits +++ b/libcxx/include/type_traits @@ -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> |

