From d554574428b8ff371b84bd4b8170c69950efdbcf Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 16 Mar 2011 00:02:11 +0000 Subject: thread: Revert. 2011-03-15 Benjamin Kosnik * include/std/thread: Revert. * src/thread.cc: Same. * config/abi/pre/gnu.ver: Same. From-SVN: r171021 --- libstdc++-v3/src/thread.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libstdc++-v3/src') 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() { -- cgit v1.1