summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_ctype.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 11:01:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 11:01:50 +0000
commit490263a66ccc06b14e14e59ec9ea1134c3cd22e1 (patch)
tree654c014f7965dc0056ee96a95e202eb3d0bef02c /ACE/ace/OS_NS_ctype.h
parent20f2fd21a35acf0862fbb80eb8f0645b4377b556 (diff)
downloadATCD-490263a66ccc06b14e14e59ec9ea1134c3cd22e1.tar.gz
Fri Nov 28 10:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_ctype.h')
-rw-r--r--ACE/ace/OS_NS_ctype.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/OS_NS_ctype.h b/ACE/ace/OS_NS_ctype.h
index 38adbb461c2..dc36987038c 100644
--- a/ACE/ace/OS_NS_ctype.h
+++ b/ACE/ace/OS_NS_ctype.h
@@ -128,12 +128,6 @@ namespace ACE_OS {
/// Tests @a c for the property specified by the @a desc argument
ACE_NAMESPACE_INLINE_FUNCTION
int ace_isctype (int c, ctype_t desc);
-
-#if defined (ACE_HAS_WCHAR)
- /// Tests @a c for the property specified by the @a desc argument
- ACE_NAMESPACE_INLINE_FUNCTION
- int ace_iswctype(wint_t c, wctype_t desc);
-#endif /* ACE_HAS_WCHAR */
//@}
} /* namespace ACE_OS */