* changeset 304a22cd3bae accidently put all changes from the jitcache-arm-x86 to...
[cacao.git] / src / vm / class.hpp
index 2f52ed77bb237923ee3d7e13e23ac4b9e4006e18..6f56a31a3f90bb5de71d6dcb711a4fc11df981e2 100644 (file)
@@ -52,6 +52,7 @@ typedef struct extra_classref extra_classref;
 #include "vm/string.hpp"
 #include "vm/utf8.h"
 
+
 /* class state defines ********************************************************/
 
 #define CLASS_LOADING         0x0001
@@ -161,9 +162,6 @@ struct classinfo {                /* class structure                          */
        java_objectarray_t *signers;
 # endif
 #endif
-#if defined(ENABLE_JITCACHE)
-       int         cache_file_fd;
-#endif
 };