summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/driver/drv_preproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/driver/drv_preproc.cpp')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index bd95dc82e02..297b6225517 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -1308,8 +1308,6 @@ DRV_pre_proc (const char *myfile)
throw FE_Bailout ();
}
-#if !defined (ACE_WIN32) || defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0)
-
if (ACE_OS::unlink (t_file) == -1)
{
ACE_ERROR ((LM_ERROR,
@@ -1320,7 +1318,6 @@ DRV_pre_proc (const char *myfile)
idl_global->set_err_count (idl_global->err_count () + 1);
throw FE_Bailout ();
}
-#endif /* ACE_HAS_WINNT4 && ACE_HAS_WINNT4 != 0 */
if (idl_global->compile_flags () & IDL_CF_ONLY_PREPROC)
{