X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=49658c1857077eb00702688320a583ce0d72d004;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=8ccf6a912d0276bdb615f08f012a3dfa8884a145;hpb=7522048d810ba9515423b9f5bd94274296aa01ae;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 8ccf6a912..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 int be_default_to_appear_in_schedule(void *env, const ir_node *irn); /** * A trivial selector, that just selects the first ready node.