From 97087d952ff8bc47e92a12e2ddd836e2c3d31354 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 20 Apr 2006 06:42:48 +0000 Subject: Use EDEADLK, not EDEADLOCK. --- cpp/include/IceUtil/Thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/include/IceUtil/Thread.h') diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index 7c9ffd16fdf..f2b14936158 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -139,7 +139,6 @@ protected: pthread_t _thread; #endif -private: Thread(const Thread&); // Copying is forbidden void operator=(const Thread&); // Assignment is forbidden }; -- cgit v1.2.3