* src/vm/jit/jit.h (jitdata): Removed isleafmethod.
[cacao.git] / src / vm / jit / jit.h
index c381b6e40357b4e21c72c3ad22d5bcd588a845f9..a2ba257f27c4b267a628577c7881eea125db38db 100644 (file)
@@ -125,7 +125,6 @@ struct jitdata {
 #endif
 
        u4               flags;           /* contains JIT compiler flags          */
-       bool             isleafmethod;    /* true, if no subroutines are called   */
 
        instruction     *instructions;    /* ICMDs, valid between parse and stack */
        basicblock      *basicblocks;     /* start of basic block list            */