Chromium Code Reviews| Index: base/android/cpu_features.cc |
| diff --git a/base/android/cpu_features.cc b/base/android/cpu_features.cc |
| index 6a1869534b0d0c493b78682d87d71ad52a02b87f..4e49564b62c3601e9d68341768720d13045e3f2f 100644 |
| --- a/base/android/cpu_features.cc |
| +++ b/base/android/cpu_features.cc |
| @@ -18,9 +18,5 @@ jlong GetCpuFeatures(JNIEnv*, jclass) { |
| return android_getCpuFeatures(); |
| } |
| -bool RegisterCpuFeatures(JNIEnv* env) { |
| - return RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace android |
| } // namespace base |