summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 11:25:01 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 13:30:54 +0200
commita07fc5bc15647f8fc368ee81a5dc67652c024eec (patch)
tree1dcbdd1d3ffb4841f0da6a62a581b73a30ada96d /soltools
parent04fe52e947a63213358ce517df4f75e34578751e (diff)
loplugin:unusedfields in soltools/
Change-Id: I895a487b4c7be27fe81a2c4c122adb2aba37c638
Diffstat (limited to 'soltools')
-rw-r--r--soltools/mkdepend/def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h
index d831b5bedea3..fbe603280f55 100644
--- a/soltools/mkdepend/def.h
+++ b/soltools/mkdepend/def.h
@@ -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 */