Chromium Code Reviews| Index: ios/consumer/base/util.mm |
| diff --git a/ios/consumer/base/util.mm b/ios/consumer/base/util.mm |
| index 1e640f5edd8f59bec1bf258d41e26efbfd71819c..6657c6bab471b491b009d11236844518610eec09 100644 |
| --- a/ios/consumer/base/util.mm |
| +++ b/ios/consumer/base/util.mm |
| @@ -7,10 +7,6 @@ |
| namespace ios { |
| -bool IsRunningOnIOS6OrLater() { |
| - return base::ios::IsRunningOnIOS6OrLater(); |
| -} |
| - |
| bool IsRunningOnOrLater(int major, int minor, int bug_fix) { |
| return base::ios::IsRunningOnOrLater(major, minor, bug_fix); |
| } |