X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=entity_t.h;h=1af1ce987be81451d122c626643f19e6477f89f5;hb=650d8cd4db5cb8a71a2fc96cf6336001b99aabc6;hp=d6d37020d74bc5f44baec659d6955e8b3e5c60fb;hpb=03d3b8c10e86bd5604ac13f2cb020c11261977f8;p=cparser diff --git a/entity_t.h b/entity_t.h index d6d3702..1af1ce9 100644 --- a/entity_t.h +++ b/entity_t.h @@ -263,8 +263,6 @@ struct function_t { union entity_t { entity_kind_t kind; entity_base_t base; - compound_t structe; - compound_t unione; compound_t compound; enum_t enume; enum_value_t enum_value;