summaryrefslogtreecommitdiff
path: root/ACE/ace/Null_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Null_Mutex.h')
-rw-r--r--ACE/ace/Null_Mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Null_Mutex.h b/ACE/ace/Null_Mutex.h
index 443ce15852b..cf2ab6c0e25 100644
--- a/ACE/ace/Null_Mutex.h
+++ b/ACE/ace/Null_Mutex.h
@@ -99,7 +99,6 @@ template<>
class ACE_Export ACE_Guard<ACE_Null_Mutex>
{
public:
- // = Initialization and termination methods.
ACE_Guard (ACE_Null_Mutex &) {}
ACE_Guard (ACE_Null_Mutex &, int) {}
ACE_Guard (ACE_Null_Mutex &, int, int) {}