version 0.3.0
[fms.git] / include / pthreadwrapper / deadlockexception.h
diff --git a/include/pthreadwrapper/deadlockexception.h b/include/pthreadwrapper/deadlockexception.h
deleted file mode 100644 (file)
index 9aa12ff..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _pthread_wrapper_\r
-#define _pthread_wrapper_\r
-\r
-#include <exception>\r
-\r
-namespace PThread\r
-{\r
-       \r
-class DeadlockException:public std::exception\r
-{\r
-public:\r
-       const char *what() const throw()        { return "Deadlock Exception"; }\r
-};\r
-       \r
-}      // namespace\r
-\r
-#endif // _pthread_wrapper_\r