gdb: remove main_type::flag_incomplete

It is unused.  The corresponding macro was removed in c3236f84c1 ("gdb:
remove TYPE_INCOMPLETE").

gdb/ChangeLog:

	* gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
This commit is contained in:
Simon Marchi 2020-05-05 16:59:32 -04:00
parent aa8509b4ed
commit a3bbacc120
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-05-05 Simon Marchi <simon.marchi@efficios.com>
* gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
2020-05-04 Simon Marchi <simon.marchi@efficios.com>
* gdbtypes.h (TYPE_INCOMPLETE): Remove.

View File

@ -765,7 +765,6 @@ struct main_type
unsigned int flag_target_stub : 1;
unsigned int flag_static : 1;
unsigned int flag_prototyped : 1;
unsigned int flag_incomplete : 1;
unsigned int flag_varargs : 1;
unsigned int flag_vector : 1;
unsigned int flag_stub_supported : 1;