summaryrefslogtreecommitdiff
path: root/l10ntools/inc/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 12:46:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:11 +0200
commit31c52706fcb73c4f088ade5b949035c53e6d36f0 (patch)
tree12b4e1638c868e4760005e8b2a9a4d39306172de /l10ntools/inc/l10ntools
parent27b76a44593c654800cf0f90d82ccc8d5a6f1c48 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
Diffstat (limited to 'l10ntools/inc/l10ntools')
-rw-r--r--l10ntools/inc/l10ntools/HelpLinker.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/l10ntools/inc/l10ntools/HelpLinker.hxx b/l10ntools/inc/l10ntools/HelpLinker.hxx
index b718623154c3..4befcd4669a1 100644
--- a/l10ntools/inc/l10ntools/HelpLinker.hxx
+++ b/l10ntools/inc/l10ntools/HelpLinker.hxx
@@ -68,14 +68,12 @@ public:
throw( HelpProcessingException );
HelpLinker()
- : init(true)
- , m_pIndexerPreProcessor(NULL)
+ : m_pIndexerPreProcessor(NULL)
{}
~HelpLinker()
{ delete m_pIndexerPreProcessor; }
private:
- int locCount, totCount;
Stringtable additionalFiles;
HashSet helpFiles;
fs::path sourceRoot;
@@ -93,7 +91,6 @@ private:
bool bExtensionMode;
fs::path indexDirName;
fs::path indexDirParentName;
- bool init;
IndexerPreProcessor* m_pIndexerPreProcessor;
void initIndexerPreProcessor();
void link() throw( HelpProcessingException );