From 18edc5655918ff0814201bc96b9c89e72a7ef989 Mon Sep 17 00:00:00 2001 From: Alec Grieser Date: Wed, 27 Sep 2017 09:32:31 -0700 Subject: [PATCH] removed unused local variable --- bindings/java/fdbJNI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/java/fdbJNI.cpp b/bindings/java/fdbJNI.cpp index 5ffa42e05b..3202265727 100644 --- a/bindings/java/fdbJNI.cpp +++ b/bindings/java/fdbJNI.cpp @@ -45,7 +45,6 @@ static thread_local bool is_external = false; void detachIfExternalThread(void *ignore) { if(is_external && g_thread_jenv != 0) { - JNIEnv *local_jenv; g_thread_jenv = 0; g_IFutureCallback_call_methodID = 0; g_jvm->DetachCurrentThread();