X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ftyperep.h;h=e4012f3673b20385c018ef6b6e91f3e1a4e99918;hb=db30faa048d1f60904d003f7bedf0f3358ff8903;hp=063e81209e247b1df0c8e35adc1e9f0cf06fcc7e;hpb=6032e9e802d2d5c696b90fd17f4b4c9bf9a39540;p=libfirm diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index 063e81209..e4012f367 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -375,7 +375,6 @@ FIRM_API void set_entity_link(ir_entity *ent, void *l); * This allows to get from a Call to the called irg. */ FIRM_API ir_graph *get_entity_irg(const ir_entity *ent); -FIRM_API void set_entity_irg(ir_entity *ent, ir_graph *irg); /** A reserved value for "not yet set". */ #define IR_VTABLE_NUM_NOT_SET ((unsigned)(-1))