condition_variable (condition_variable_any): Remove unused native_handle_type typedef.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 25 Oct 2011 21:44:12 +0000 (21:44 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 25 Oct 2011 21:44:12 +0000 (22:44 +0100)
commit0fd72195bc3c6f1d40827c6eb793e619d6ec5f50
treecc0616d6f82c7bf6c7b570c75525ab42672f9dae
parent152a50a993d65065d0c349f3cd4284f5fb995b1d
condition_variable (condition_variable_any): Remove unused native_handle_type typedef.

* include/std/condition_variable (condition_variable_any): Remove
unused native_handle_type typedef.
* src/condition_variable.cc (condition_variable): Add missing noexcept
specifications.
* 30_threads/condition_variable_any/requirements/typedefs.cc: Remove.

From-SVN: r180454
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/condition_variable
libstdc++-v3/src/condition_variable.cc
libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements/typedefs.cc [deleted file]