version 0.3.0
[fms.git] / include / pthreadwrapper / noncopyable.h
diff --git a/include/pthreadwrapper/noncopyable.h b/include/pthreadwrapper/noncopyable.h
deleted file mode 100644 (file)
index 9e61701..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _pthread_noncopyable_\r
-#define _pthread_noncopyable_\r
-\r
-namespace PThread\r
-{\r
-\r
-class NonCopyable\r
-{\r
-protected:\r
-       NonCopyable()                   {}\r
-       virtual ~NonCopyable()  {}\r
-\r
-private:\r
-       // restrict copy and assignment\r
-       NonCopyable(const NonCopyable &rhs);\r
-       const NonCopyable &operator=(const NonCopyable &rhs);\r
-};\r
-       \r
-}      // namespace\r
-\r
-#endif // _pthread_noncopyable_\r