summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Task.h b/ace/Task.h
index d45fe6852a8..a1f7b555d35 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -208,10 +208,10 @@ private:
// This is used to make sure that an ACE_Task registers and
// deregisters with the ACE_Thread_Manager correctly.
-#if defined (ACE_MT_SAFE) && !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES)
+#if defined (ACE_MT_SAFE)
static ACE_Thread_Mutex ace_task_lock_;
// Lock the creation of the Singleton.
-#endif /* defined (ACE_MT_SAFE) && !defined (ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES) */
+#endif /* defined (ACE_MT_SAFE) */
};
#if defined (__ACE_INLINE__)