]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
remove a redundant ir_function member
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 00e2ddc0382229d5d60f58a12bbafe6388e81b5d..06efa5b21600264a8c29399f37a94ead961b8030 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -240,9 +240,6 @@ typedef struct ir_function_s
     /* locally defined variables */
     ir_value **locals;
 
-    /* how many of the locals are parameters */
-    size_t max_parameters;
-
     size_t allocated_locals;
 
     ir_block*     first;