From: redi Date: Mon, 18 Apr 2016 16:37:56 +0000 (+0000) Subject: Remove unused typedefs in std::bind types X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cb1e7bf3c9673970832d3dec625a08512c6f530;p=thirdparty%2Fgcc.git Remove unused typedefs in std::bind types * include/std/function (_Bind, _Bind_result): Remove unused typedefs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235157 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index eb9dfc2a43d9..cb1e7a1520fe 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-04-18 Jonathan Wakely + * include/std/function (_Bind, _Bind_result): Remove unused typedefs. + * config/cpu/sh/atomicity.h: Fix typo in comment. PR libstdc++/70294 diff --git a/libstdc++-v3/include/std/functional b/libstdc++-v3/include/std/functional index 979941072ba3..1edd8868cfc1 100644 --- a/libstdc++-v3/include/std/functional +++ b/libstdc++-v3/include/std/functional @@ -927,7 +927,6 @@ _GLIBCXX_MEM_FN_TRAITS(&&, false_type, true_type) class _Bind<_Functor(_Bound_args...)> : public _Weak_result_type<_Functor> { - typedef _Bind __self_type; typedef typename _Build_index_tuple::__type _Bound_indexes; @@ -1052,7 +1051,6 @@ _GLIBCXX_MEM_FN_TRAITS(&&, false_type, true_type) template class _Bind_result<_Result, _Functor(_Bound_args...)> { - typedef _Bind_result __self_type; typedef typename _Build_index_tuple::__type _Bound_indexes;