summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index a15155352d1..21415ad495a 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -1577,9 +1577,7 @@ public:
// = Initialization and termination methods.
ACE_Guard (ACE_Null_Mutex &) {}
ACE_Guard (ACE_Null_Mutex &, int) {}
-#if defined (ACE_WIN32)
~ACE_Guard (void) {}
-#endif /* ACE_WIN32 */
int acquire (void) { return 0; }
int tryacquire (void) { return 0; }