]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Removing TODO-comment since it's done
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 16:38:29 +0000 (18:38 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 16:38:29 +0000 (18:38 +0200)
ast.h

diff --git a/ast.h b/ast.h
index 13d351a60bfe12f3c1ae761a7233b7d7b03a927c..5b8324acf49cbba24119c02fd1dd380409b7ff52 100644 (file)
--- 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);