loplugin:unusedfields in soltools/

Change-Id: I895a487b4c7be27fe81a2c4c122adb2aba37c638
This commit is contained in:
Noel Grandin 2015-11-23 11:25:01 +02:00
parent 04fe52e947
commit a07fc5bc15

View file

@ -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 */