diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-03-16 00:02:11 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-03-16 00:02:11 +0000 |
commit | d554574428b8ff371b84bd4b8170c69950efdbcf (patch) | |
tree | 6069b01288e7a9197753cae20a512af6bf08094a /libstdc++-v3/src/thread.cc | |
parent | 38b8f67a6d9306eb5fd1f04ad77347cf8cb1561c (diff) | |
download | gcc-d554574428b8ff371b84bd4b8170c69950efdbcf.zip gcc-d554574428b8ff371b84bd4b8170c69950efdbcf.tar.gz gcc-d554574428b8ff371b84bd4b8170c69950efdbcf.tar.bz2 |
thread: Revert.
2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
* include/std/thread: Revert.
* src/thread.cc: Same.
* config/abi/pre/gnu.ver: Same.
From-SVN: r171021
Diffstat (limited to 'libstdc++-v3/src/thread.cc')
-rw-r--r-- | libstdc++-v3/src/thread.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/src/thread.cc b/libstdc++-v3/src/thread.cc index 7c923a2..c164e8a 100644 --- a/libstdc++-v3/src/thread.cc +++ b/libstdc++-v3/src/thread.cc @@ -54,8 +54,6 @@ namespace std _GLIBCXX_VISIBILITY(default) _GLIBCXX_BEGIN_NAMESPACE_VERSION - thread::_Impl_base::~_Impl_base() = default; - void thread::join() { |