summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stropts.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_stropts.inl')
-rw-r--r--ACE/ace/OS_NS_stropts.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_stropts.inl b/ACE/ace/OS_NS_stropts.inl
index 547a80cb3d5..203e090a19d 100644
--- a/ACE/ace/OS_NS_stropts.inl
+++ b/ACE/ace/OS_NS_stropts.inl
@@ -13,11 +13,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-#if defined (ACE_LACKS_CONST_STRBUF_PTR)
-typedef struct strbuf *ACE_STRBUF_TYPE;
-#else
typedef const struct strbuf *ACE_STRBUF_TYPE;
-#endif /* ACE_LACKS_CONST_STRBUF_PTR */
ACE_INLINE
ACE_Str_Buf::ACE_Str_Buf (void *b, int l, int max)