jdk/src/java.security.jgss/share/native/libj2gss/NativeUtil.h
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
--- a/jdk/src/java.security.jgss/share/native/libj2gss/NativeUtil.h	Thu Oct 15 14:41:37 2015 +0100
+++ b/jdk/src/java.security.jgss/share/native/libj2gss/NativeUtil.h	Mon Oct 19 13:41:09 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -54,9 +54,6 @@
   extern jstring getMinorMessage(JNIEnv *, jobject, OM_uint32);
   extern int sameMech(gss_OID, gss_OID);
 
-  JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *, void *);
-  JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *, void *);
-
   extern int JGSS_DEBUG;
 
   extern jclass CLS_Object;