]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
replacing the current [[accumulate]] implementation: shorter and simpler, and also...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 5d198e4f92ea4659992e2e26fa219318b7b862eb..1dbfa72b53886c3b5257b7eb6751efbcd7a77318 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -617,10 +617,6 @@ struct ast_function_s
 
     int builtin;
 
-    /* function accumulation */
-    ast_function *accumulate;    /* pointer to the next function in the chain */
-    size_t        accumulation;  /* base functions # of accumulations         */
-
     ir_function *ir_func;
     ir_block    *curblock;
     ir_block    **breakblocks;