Index: device/bluetooth/android/wrappers.cc |
diff --git a/device/bluetooth/android/wrappers.cc b/device/bluetooth/android/wrappers.cc |
index 746eb25b558e0ee4560b49a0d91908b6b5bc2c9f..6ad8b7a016fc0ed4c60081ca4ed5045fad3f2364 100644 |
--- a/device/bluetooth/android/wrappers.cc |
+++ b/device/bluetooth/android/wrappers.cc |
@@ -12,10 +12,6 @@ using base::android::AttachCurrentThread; |
namespace device { |
-bool WrappersRegisterJNI(JNIEnv* env) { |
- return RegisterNativesImpl(env); // From Wrappers_jni.h |
-} |
- |
ScopedJavaLocalRef<jobject> BluetoothAdapterWrapper_CreateWithDefaultAdapter() { |
return Java_BluetoothAdapterWrapper_createWithDefaultAdapter( |
AttachCurrentThread(), base::android::GetApplicationContext()); |