verifier to check that no out edges point to dead/removed nodes
[libfirm] / ir / be / bejavacoal.c
index e9fd618..9f8f359 100644 (file)
@@ -55,7 +55,6 @@ typedef struct _jni_env_t {
        JavaVM *jvm;
        JNIEnv *jni;
 } jni_env_t;
-#endif
 
 /*
 
@@ -108,7 +107,6 @@ static char *locate_jvm_lib(char *path, size_t n)
 }
 #endif
 
-#ifdef WITH_JVM
 static int start_vm(jni_env_t *env, int argc, char *argv[])
 {
        int i;