next iteration of kr handling after a discussion with Christoph
[cparser] / type_t.h
index 2efe6b7..fb03da9 100644 (file)
--- 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 {