summaryrefslogtreecommitdiff
path: root/ace/SV_Semaphore_Simple.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SV_Semaphore_Simple.inl')
-rw-r--r--ace/SV_Semaphore_Simple.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/ace/SV_Semaphore_Simple.inl b/ace/SV_Semaphore_Simple.inl
index 85aad8d5b0c..a6490c18ac8 100644
--- a/ace/SV_Semaphore_Simple.inl
+++ b/ace/SV_Semaphore_Simple.inl
@@ -6,25 +6,6 @@
#include "ace/Global_Macros.h"
#include "ace/OS_NS_Thread.h"
-#if defined (ACE_HAS_WCHAR)
-// Semaphores don't offer wide-char names, so convert the name and forward
-// to the narrow-char open().
-ACE_INLINE int
-ACE_SV_Semaphore_Simple::open (const wchar_t *name,
- int flags,
- int initial_value,
- u_short nsems,
- int perms)
-{
- ACE_TRACE ("ACE_SV_Semaphore_Simple::open (wchar_t)");
- return this->open (ACE_Wide_To_Ascii (name).char_rep (),
- flags,
- initial_value,
- nsems,
- perms);
-}
-#endif /* ACE_HAS_WCHAR */
-
ACE_INLINE int
ACE_SV_Semaphore_Simple::control (int cmd,
semun arg,