]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.cpp
Use std::vector for ast blocks
[xonotic/gmqcc.git] / ftepp.cpp
index 0f292d0b2f33cab27b7745f88f74b93e033af499..649a553163f3719b423c2cbda377229296461ea7 100644 (file)
--- a/ftepp.cpp
+++ b/ftepp.cpp
@@ -1926,7 +1926,6 @@ void ftepp_add_define(ftepp_t *ftepp, const char *source, const char *name)
     lex_ctx_t ctx = { "__builtin__", 0, 0 };
     ctx.file = source;
     macro = ppmacro_new(ctx, name);
-    /*vec_push(ftepp->macros, macro);*/
     util_htset(ftepp->macros, name, macro);
 }