summaryrefslogtreecommitdiff
path: root/ACE/ace/Read_Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Read_Buffer.cpp')
-rw-r--r--ACE/ace/Read_Buffer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Read_Buffer.cpp b/ACE/ace/Read_Buffer.cpp
index e3667a66b07..ba174065181 100644
--- a/ACE/ace/Read_Buffer.cpp
+++ b/ACE/ace/Read_Buffer.cpp
@@ -41,7 +41,6 @@ ACE_Read_Buffer::ACE_Read_Buffer (FILE *fp,
this->allocator_ = ACE_Allocator::instance ();
}
-#if !defined (ACE_HAS_WINCE)
ACE_Read_Buffer::ACE_Read_Buffer (ACE_HANDLE handle,
bool close_on_delete,
ACE_Allocator *alloc)
@@ -56,7 +55,6 @@ ACE_Read_Buffer::ACE_Read_Buffer (ACE_HANDLE handle,
if (this->allocator_ == 0)
this->allocator_ = ACE_Allocator::instance ();
}
-#endif // ACE_HAS_WINCE
ACE_Read_Buffer::~ACE_Read_Buffer ()
{