]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
parsing array initializers
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index a0fa14defca70bfadeeee0224bf5936d6f6249b4..7f56bee618e52ae805117a1847be45861668f3da 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -180,11 +180,6 @@ struct ast_value_s
 
     const char *argcounter;
 
-    /*
-    int         vtype;
-    ast_value  *next;
-    */
-
     int  cvq;     /* const/var qualifier */
     bool isfield; /* this declares a field */
     bool isimm;   /* an immediate, not just const */