From: Wolfgang (Blub) Bumiller Date: Thu, 3 May 2012 16:38:29 +0000 (+0200) Subject: Removing TODO-comment since it's done X-Git-Tag: 0.1-rc1~498 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bbcd3f12def08205f5a5ad55fc485820ff1ce5b7;p=xonotic%2Fgmqcc.git Removing TODO-comment since it's done --- diff --git a/ast.h b/ast.h index 13d351a..5b8324a 100644 --- a/ast.h +++ b/ast.h @@ -292,9 +292,7 @@ struct ast_function_s ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype); /* This will NOT delete the underlying ast_value */ void ast_function_delete(ast_function*); -/* TODO: for better readability in dumps, this should take some kind of - * value prefix... - * For "optimized" builds this can just keep returning "foo"... +/* For "optimized" builds this can just keep returning "foo"... * or whatever... */ const char* ast_function_label(ast_function*, const char *prefix);