]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
More cleanup
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 5b556e1be52912e44a554c1b4e99a4d059b3097b..d8889ad99162c4159f96db230003a75cf44d6c37 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -666,15 +666,6 @@ struct ast_function_s
     ir_block    **breakblocks;
     ir_block    **continueblocks;
 
-#if 0
-    /* In order for early-out logic not to go over
-     * excessive jumps, we remember their target
-     * blocks...
-     */
-    ir_block    *iftrue;
-    ir_block    *iffalse;
-#endif
-
     size_t       labelcount;
     /* in order for thread safety - for the optional
      * channel abesed multithreading... keeping a buffer