diff options
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r-- | TAO/tao/SystemException.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp index f8aa2c5beec..c4df7669a0d 100644 --- a/TAO/tao/SystemException.cpp +++ b/TAO/tao/SystemException.cpp @@ -152,8 +152,6 @@ CORBA::SystemException::_tao_errno (int errno_value) return TAO_ECONNREFUSED_MINOR_CODE; case ENOENT: return TAO_ENOENT_MINOR_CODE; - -#if !defined (ACE_HAS_WINCE) case EMFILE: return TAO_EMFILE_MINOR_CODE; case EBADF: @@ -162,8 +160,6 @@ CORBA::SystemException::_tao_errno (int errno_value) return TAO_EPERM_MINOR_CODE; case EINVAL: return TAO_EINVAL_MINOR_CODE; -#endif // ACE_HAS_WINCE - #if (ENOSYS != EFAULT) case ENOSYS: return TAO_ENOSYS_MINOR_CODE; |