This one should be generated by cacaoh.
[cacao.git] / nat / java_lang_VMSecurityManager.h
diff --git a/nat/java_lang_VMSecurityManager.h b/nat/java_lang_VMSecurityManager.h
deleted file mode 100644 (file)
index 2ee74b6..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* This file is machine generated, don't edit it !*/
-
-#ifndef _JAVA_LANG_VMSECURITYMANAGER_H
-#define _JAVA_LANG_VMSECURITYMANAGER_H
-
-/* Structure information for class: java/lang/VMSecurityManager */
-
-typedef struct java_lang_VMSecurityManager {
-   java_objectheader header;
-} java_lang_VMSecurityManager;
-
-
-/*
- * Class:     java/lang/VMSecurityManager
- * Method:    getClassContext
- * Signature: ()[Ljava/lang/Class;
- */
-JNIEXPORT java_objectarray* JNICALL Java_java_lang_VMSecurityManager_getClassContext(JNIEnv *env, jclass clazz);
-
-
-/*
- * Class:     java/lang/VMSecurityManager
- * Method:    currentClassLoader
- * Signature: ()Ljava/lang/ClassLoader;
- */
-JNIEXPORT struct java_lang_ClassLoader* JNICALL Java_java_lang_VMSecurityManager_currentClassLoader(JNIEnv *env, jclass clazz);
-
-#endif
-