| Index: ios/public/consumer/base/util.h
|
| diff --git a/ios/public/consumer/base/util.h b/ios/public/consumer/base/util.h
|
| index 5977ea76cc7541bebe3cedb916f1d58ac7791740..a132de5a464f53e9e08422f29ecceb5d75bd8e5f 100644
|
| --- a/ios/public/consumer/base/util.h
|
| +++ b/ios/public/consumer/base/util.h
|
| @@ -7,9 +7,6 @@
|
|
|
| namespace ios {
|
|
|
| -// Returns whether the operating system is iOS 6 or later.
|
| -bool IsRunningOnIOS6OrLater();
|
| -
|
| // Returns whether the operating system is at the given version or later.
|
| bool IsRunningOnOrLater(int major, int minor, int bug_fix);
|
|
|
|
|