Kaydet (Commit) a07fc5bc authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in soltools/

Change-Id: I895a487b4c7be27fe81a2c4c122adb2aba37c638
üst 04fe52e9
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment