From: Matthias Braun Date: Mon, 19 Jan 2009 19:14:20 +0000 (+0000) Subject: not buggy (said Michael) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2bfa07f374a1b9198ce79dfde7eeca6962307ca4;p=libfirm not buggy (said Michael) [r25268] --- diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index 760f53f1f..22e2cfbb7 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -2593,8 +2593,6 @@ void type_walk_super(type_walk_func *pre, type_walk_func *post, void *env); Then iterates to subclasses. Executes post after return from subclass. Does not visit global type, frame types. - - @bug ?? something is wrong with this. */ void class_walk_super2sub(class_walk_func *pre, class_walk_func *post, void *env);