summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2015-04-28 16:43:57 -0700
committerMathieu Chartier <mathieuc@google.com>2015-04-28 16:44:11 -0700
commit97a29433c33f4e2c8ab60167a4be41664f56c314 (patch)
treec277cecfb9f5054f5f2a132b82e03ae44159fa46
parente343d61319b96011b684e77a2bedcc62d276eef4 (diff)
downloadbase-97a29433c33f4e2c8ab60167a4be41664f56c314.tar.gz
Fix build
Change-Id: Ie056247ee9c4ae7693f3f5f5f68d4322546ee61a
-rw-r--r--core/jni/android_util_Binder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/android_util_Binder.cpp b/core/jni/android_util_Binder.cpp
index b3703b4ded95..875ae3680340 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");