summaryrefslogtreecommitdiffstats
path: root/base/mac/mac_util.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/mac/mac_util.mm')
-rw-r--r--base/mac/mac_util.mm13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/mac/mac_util.mm b/base/mac/mac_util.mm
index 0d8fe63..f6aeebe 100644
--- a/base/mac/mac_util.mm
+++ b/base/mac/mac_util.mm
@@ -560,7 +560,6 @@ int MacOSXMinorVersion() {
}
enum {
- LEOPARD_MINOR_VERSION = 5,
SNOW_LEOPARD_MINOR_VERSION = 6,
LION_MINOR_VERSION = 7,
MOUNTAIN_LION_MINOR_VERSION = 8,
@@ -568,18 +567,6 @@ enum {
} // namespace
-#if !defined(BASE_MAC_MAC_UTIL_H_INLINED_GE_10_6)
-bool IsOSLeopard() {
- return MacOSXMinorVersion() == LEOPARD_MINOR_VERSION;
-}
-#endif
-
-#if !defined(BASE_MAC_MAC_UTIL_H_INLINED_GE_10_6)
-bool IsOSLeopardOrEarlier() {
- return MacOSXMinorVersion() <= LEOPARD_MINOR_VERSION;
-}
-#endif
-
#if !defined(BASE_MAC_MAC_UTIL_H_INLINED_GE_10_7)
bool IsOSSnowLeopard() {
return MacOSXMinorVersion() == SNOW_LEOPARD_MINOR_VERSION;