From cb37c5f0f3de7b545231a53d46a5271058af76ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Jun 2017 11:38:31 +0200 Subject: loplugin:unusedfields in jvmfwk..mysqlc Change-Id: If9c7a3239fceba9a2db3a5905ccaa7fa9adadb08 Reviewed-on: https://gerrit.libreoffice.org/39099 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- l10ntools/inc/lngmerge.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx index beab0c937360..6d47bfcaf199 100644 --- a/l10ntools/inc/lngmerge.hxx +++ b/l10ntools/inc/lngmerge.hxx @@ -43,7 +43,6 @@ typedef std::vector< OString* > LngLineList; class LngParser { private: - sal_uInt16 nError; LngLineList *pLines; OString sSource; std::vector aLanguages; -- cgit