diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index bffca6dfef10..7a991e806900 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -43,13 +43,7 @@ #define HAVE_O_EXLOCK // add MACOSX Time Value -#if MACOSX_SDK_VERSION < 1070 -#define TimeValue CFTimeValue -#endif #include <CoreFoundation/CoreFoundation.h> -#if MACOSX_SDK_VERSION < 1070 -#undef TimeValue -#endif #endif /* MACOSX */ |