Merged revisions 7797-7917 via svnmerge from
[cacao.git] / src / vm / jit / optimizing / graph.h
index ca62a998a18fb6bbf8c0eaf7b0950811e0e21295..a887b472336d6d5f5f2d545192861c4647e5b233 100644 (file)
 # define _GRAPH_ASSERT(a)
 #endif
 
+#if 0
 struct _sbr {
        int header;          /* BB Index of subroutine start (SBR_HEADER) */
        struct graph_element *ret;   /* List of possible return BB indizes */
        struct _sbr *next;
 };
+#endif
 
 struct graph_element {
   int value;