X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=fb03da98cb759cd0c96d481e29daec697c0937d4;hb=853c4c59c67930035ac59bd2bffbfa8a8c21b767;hp=2efe6b7c9d26095f30112c07a1aae9598d2bf230;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/type_t.h b/type_t.h index 2efe6b7..fb03da9 100644 --- a/type_t.h +++ b/type_t.h @@ -144,7 +144,6 @@ struct function_type_t { bool variadic : 1; bool unspecified_parameters : 1; bool kr_style_parameters : 1; - bool prototyped : 1; }; struct compound_type_t {