loplugin:unusedfields in soltools/
Change-Id: I895a487b4c7be27fe81a2c4c122adb2aba37c638
This commit is contained in:
parent
04fe52e947
commit
a07fc5bc15
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ struct inclist {
|
|||
char *i_file; /* path name of the include file */
|
||||
struct inclist **i_list; /* list of files it itself includes */
|
||||
int i_listlen; /* length of i_list */
|
||||
boolean i_defchecked; /* whether defines have been checked */
|
||||
boolean i_notified; /* whether we have revealed includes */
|
||||
boolean i_marked; /* whether it's in the makefile */
|
||||
boolean i_searched; /* whether we have read this */
|
||||
|
|
Loading…
Reference in a new issue