summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/stdio.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/stdio.inl')
-rw-r--r--PACE/pace/win32/stdio.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/PACE/pace/win32/stdio.inl b/PACE/pace/win32/stdio.inl
index 180140149b9..fca3384d839 100644
--- a/PACE/pace/win32/stdio.inl
+++ b/PACE/pace/win32/stdio.inl
@@ -49,11 +49,7 @@ FILE *
pace_fdopen (int fildes,
const char * type)
{
-#if defined (__BORLANDC__)
- return fdopen (fildes, (char *)type);
-#else /* __BORLANDC__ */
return fdopen (fildes, type);
-#endif /* __BORLANDC__ */
}
#endif /* PACE_HAS_POSIX_DI_UOF */