From 18f513145477d4621290253d936dad7a40ee4c05 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Jun 2017 19:54:23 +0200 Subject: loplugin:unusedfields store..svl Change-Id: I6070a683e5128271b84a10caccb548d07c950927 Reviewed-on: https://gerrit.libreoffice.org/39021 Tested-by: Jenkins Reviewed-by: Noel Grandin --- soltools/mkdepend/def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'soltools/mkdepend/def.h') diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h index fd3f34691128..4c3649cb8369 100644 --- a/soltools/mkdepend/def.h +++ b/soltools/mkdepend/def.h @@ -138,7 +138,6 @@ struct filepointer { char *f_p; char *f_base; char *f_end; - long f_len; long f_line; }; @@ -172,8 +171,7 @@ int find_includes(struct filepointer *filep, struct inclist *file, struct IncludesCollection* incCollection, struct symhash *symbols); void included_by(struct inclist *ip, struct inclist * newfile); -int cppsetup(char *line, - struct filepointer *filep, struct inclist *inc); +int cppsetup(char *line); void add_include(struct filepointer *filep, struct inclist *file, struct inclist *file_red, char *include, boolean dot, boolean failOK, struct IncludesCollection* incCollection, struct symhash *symbols); -- cgit