removed unused local variable

This commit is contained in:
Alec Grieser 2017-09-27 09:32:31 -07:00
parent d7e1b267be
commit 18edc56559
1 changed files with 0 additions and 1 deletions

View File

@ -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();