From 877685391ad6a388cd6383034b43562d5ee37f29 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 9 May 2015 17:27:49 +0200 Subject: [PATCH] isl_ast_codegen.c: after_each_mark: fix documentation Signed-off-by: Sven Verdoolaege --- isl_ast_codegen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/isl_ast_codegen.c b/isl_ast_codegen.c index 2c709990..02a021d7 100644 --- a/isl_ast_codegen.c +++ b/isl_ast_codegen.c @@ -5225,8 +5225,6 @@ static int before_each_mark(__isl_keep isl_id *mark, /* Call the after_each_mark callback, if requested by the user. * - * Return 0 on success and -1 on error. - * * The caller is responsible for recording the current inverse schedule * in "build". */ -- 2.11.4.GIT