8033900: Remove reference to JNU_Equals in GSSLibStub.c

Reviewed-by: valeriep
This commit is contained in:
Mandy Chung 2014-02-06 16:42:25 -08:00
parent 795c56d54b
commit 7be40556f6

View File

@ -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) {