Index: base/mac/mac_util.h |
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h |
index 3d50d6145285eb14ddec7a3f9c563670e0b8c4c2..a308ccd8635f74548e3e4335f5027a3a0e297e9c 100644 |
--- a/base/mac/mac_util.h |
+++ b/base/mac/mac_util.h |
@@ -150,8 +150,6 @@ BASE_EXPORT bool IsOSMountainLionOrLater(); |
// unborn) OS releases. |
BASE_EXPORT |
bool IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement(); |
-// TODO(rsesek|avi): Remove when allocators gonna allocate. |
-BASE_EXPORT bool IsOSLaterThanLion(); |
// When the deployment target is set, the code produced cannot run on earlier |
// OS releases. That enables some of the IsOS* family to be implemented as |
@@ -179,7 +177,6 @@ inline bool IsOSLionOrLater() { return true; } |
#define BASE_MAC_MAC_UTIL_H_INLINED_GT_10_7 |
inline bool IsOSLion() { return false; } |
inline bool IsOSLionOrEarlier() { return false; } |
-inline bool IsOSLaterThanLion() { return true; } |
#endif |
#if defined(MAC_OS_X_VERSION_10_8) && \ |