summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/stat.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/stat.inl')
-rw-r--r--PACE/pace/win32/stat.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/PACE/pace/win32/stat.inl b/PACE/pace/win32/stat.inl
index 4ebc17eed86..fb45b0ded51 100644
--- a/PACE/pace/win32/stat.inl
+++ b/PACE/pace/win32/stat.inl
@@ -90,10 +90,6 @@ PACE_INLINE
pace_mode_t
pace_umask (pace_mode_t cmask)
{
-#if defined (__BORLANDC__)
- return umask (cmask);
-#else /* __BORLANDC__ */
return _umask (cmask);
-#endif /* __BORLANDC__ */
}
#endif /* PACE_HAS_POSIX_FA_UOF */