8033900: Remove reference to JNU_Equals in GSSLibStub.c
Reviewed-by: valeriep
This commit is contained in:
parent
795c56d54b
commit
7be40556f6
@ -37,7 +37,6 @@ void throwByName(JNIEnv *env, const char *name, const char *msg) {
|
||||
|
||||
if (cls != 0) /* Otherwise an exception has already been thrown */
|
||||
(*env)->ThrowNew(env, cls, msg);
|
||||
JNU_Equals(env, NULL, NULL);
|
||||
}
|
||||
|
||||
void throwOutOfMemoryError(JNIEnv *env, const char *message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user