From: Simon Marchi Date: Tue, 5 May 2020 20:59:32 +0000 (-0400) Subject: gdb: remove main_type::flag_incomplete X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3bbacc120892759fa364d61471195275541c2be;p=binutils-gdb.git gdb: remove main_type::flag_incomplete It is unused. The corresponding macro was removed in c3236f84c17 ("gdb: remove TYPE_INCOMPLETE"). gdb/ChangeLog: * gdbtypes.h (struct main_type) : Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff528ba9ebe..dd29c753495 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-05-05 Simon Marchi + + * gdbtypes.h (struct main_type) : Remove. + 2020-05-04 Simon Marchi * gdbtypes.h (TYPE_INCOMPLETE): Remove. diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index e231f495ab7..4e95a602181 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -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;