summaryrefslogtreecommitdiffstats
path: root/libcxx/include/thread
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-11-16 21:10:23 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-11-16 21:10:23 +0000
commitc4931c4746abb6d6520e6bb3222d2b74a4e49a94 (patch)
tree3468b1262fb0e7593ee459945991dc9389d78a36 /libcxx/include/thread
parent8b67c720f2e69b9793efd20b341e84a93c628433 (diff)
downloadbcm5719-llvm-c4931c4746abb6d6520e6bb3222d2b74a4e49a94.tar.gz
bcm5719-llvm-c4931c4746abb6d6520e6bb3222d2b74a4e49a94.zip
I have reverted all contributions made by Jesse Towner in revision 110724
llvm-svn: 119383
Diffstat (limited to 'libcxx/include/thread')
-rw-r--r--libcxx/include/thread5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/thread b/libcxx/include/thread
index 7b6cf9323f1..a4d3c4cce0f 100644
--- a/libcxx/include/thread
+++ b/libcxx/include/thread
@@ -253,13 +253,8 @@ class _LIBCPP_VISIBLE thread
{
pthread_t __t_;
-#ifndef _LIBCPP_HAS_NO_DELETED_FUNCTIONS
- thread(const thread&) = delete;
- thread& operator=(const thread&) = delete;
-#else // _LIBCPP_HAS_NO_DELETED_FUNCTIONS
thread(const thread&);
thread& operator=(const thread&);
-#endif // _LIBCPP_HAS_NO_DELETED_FUNCTIONS
public:
typedef __thread_id id;
typedef pthread_t native_handle_type;
OpenPOWER on IntegriCloud