]> 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 d1b250d8abb5cc4a5e2ffc1ebc945e8a13a7d09f..d8889ad99162c4159f96db230003a75cf44d6c37 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013, 2014
+ * Copyright (C) 2012, 2013, 2014, 2015
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
@@ -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