From 42168fde00c10a0478deffd8e0255136d09592ee Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 27 Jul 2012 15:27:34 +0200 Subject: [PATCH] removing an old comment --- ast.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ast.h b/ast.h index 17f6850..187ec88 100644 --- a/ast.h +++ b/ast.h @@ -396,13 +396,6 @@ struct ast_function_s char labelbuf[64]; MEM_VECTOR_MAKE(ast_block*, blocks); - - /* contrary to the params in ast_value, these are the parameter variables - * which are to be used in expressions. - * The ast_value for the function contains only the parameter types used - * to generate ast_calls, and ast_call contains the parameter values - * used in that call. - */ }; ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype); /* This will NOT delete the underlying ast_value */ -- 2.39.2