summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-09 16:36:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-10 16:21:41 +0200
commit6df71b906e201aaed49d5659dc6b42ebe80eb9f0 (patch)
tree44a3e900e9146ef49832d3af02c8450811a38325 /sal/osl
parent01df12e60f76a052dd936a24215f8fbe4876a8a9 (diff)
sal: that TimeValue define causes -Wunused-macros with 10.6 SDK too
So since that is the new baseline let's get rid of it. Change-Id: I7b645fe2f6e641012919a87b63d5e14acce9e52b
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/file.cxx6
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 */