loplugin:unusedfields in dbaccess

Change-Id: I563c3727c1719fe21acced269e5469c2de7112e8
This commit is contained in:
Noel Grandin
2015-11-20 14:06:06 +02:00
parent 19a61ea8e1
commit 3aff028b8f
24 changed files with 143 additions and 214 deletions

View File

@@ -55,6 +55,8 @@ for d in definitionSet:
continue
if (definitionToSourceLocationMap[d].startswith("include/")):
continue
if (definitionToSourceLocationMap[d].startswith("external/")):
continue
tmp1set.add((clazz, definitionToSourceLocationMap[d]))