X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=49658c1857077eb00702688320a583ce0d72d004;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=55149c2fc66ac581019b30d446b622930298d38d;hpb=7a9dcd4a525adf8fa57b385914619c9595a317be;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 55149c2fc..49658c185 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -80,11 +80,6 @@ struct _list_sched_selector_t { }; -/** - * A default implementation of to_appear_in_schedule, - * as required in list_sched_selector_t. - */ -extern be_default_to_appear_in_schedule(void *env, const ir_node *irn); /** * A trivial selector, that just selects the first ready node.