Removed unnecessary assignments
This commit is contained in:
parent
4b277c2c20
commit
a22e746bc3
23 changed files with 26 additions and 73 deletions
|
|
@ -132,7 +132,7 @@ JNIEnv *ThreadAndroid::get_env() {
|
|||
}
|
||||
|
||||
JNIEnv *env = NULL;
|
||||
int status = java_vm->AttachCurrentThread(&env, NULL);
|
||||
java_vm->AttachCurrentThread(&env, NULL);
|
||||
return env;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue