From 97a29433c33f4e2c8ab60167a4be41664f56c314 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 28 Apr 2015 16:43:57 -0700 Subject: [PATCH] Fix build Change-Id: Ie056247ee9c4ae7693f3f5f5f68d4322546ee61a --- core/jni/android_util_Binder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/jni/android_util_Binder.cpp b/core/jni/android_util_Binder.cpp index b3703b4ded958..875ae36803407 100644 --- a/core/jni/android_util_Binder.cpp +++ b/core/jni/android_util_Binder.cpp @@ -200,7 +200,6 @@ static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) * that can be made while an exception is pending, so we want to * get the VM ptr, throw the exception, and then detach the thread. */ - JavaVM* vm = jnienv_to_javavm(env); env->Throw(excep); env->ExceptionDescribe(); ALOGE("Forcefully exiting");