summaryrefslogtreecommitdiff
path: root/ace/OS_NS_string.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_string.inl')
-rw-r--r--ace/OS_NS_string.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/OS_NS_string.inl b/ace/OS_NS_string.inl
index 6b27bce3bd9..38d465820e4 100644
--- a/ace/OS_NS_string.inl
+++ b/ace/OS_NS_string.inl
@@ -385,8 +385,7 @@ ACE_OS::strtok (wchar_t *s, const wchar_t *tokens)
return ::wcstok (s, tokens);
#else
ACE_UNUSED_ARG( s );
- ACE_UNUSED_ARG( ptr );
- ACE_UNUSED_ARG( base );
+ ACE_UNUSED_ARG( tokens );
ACE_NOTSUP_RETURN (0);
#endif /* ACE_HAS_3_PARAM_WCSTOK */
}