aboutsummaryrefslogtreecommitdiffstats
path: root/include/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mutex.h')
-rw-r--r--include/mutex.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/mutex.h b/include/mutex.h
index ef45a7dce..9f750e526 100644
--- a/include/mutex.h
+++ b/include/mutex.h
@@ -52,18 +52,6 @@ class Mutex_Holder
Mutex* mux;
};
-/*************************************************
-* Named Mutex Holder *
-*************************************************/
-class Named_Mutex_Holder
- {
- public:
- Named_Mutex_Holder(const std::string&);
- ~Named_Mutex_Holder();
- private:
- const std::string mutex_name;
- };
-
}
#endif