summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-13 14:21:36 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-13 14:21:36 +0300
commit41807e779f93cc3dc7cb338a13b19195a77d11af (patch)
treeae95dae28c25d93a637d1eead352ec786c590447 /l10ntools
parent48d49759a4d43b5e5dd997b4a87555ce25ae2a04 (diff)
Fix warning: unused variable 'sPlatform' [loplugin]
Change-Id: I2d6c7bae4f202a00f89d22b63370c128cc27c7c4
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/cfgmerge.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index d6a72ed03fb5..e5923ab153c6 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -475,8 +475,6 @@ void CfgMerge::WorkOnText(OString &rText, const OString& rLangIndex)
sGroupId = aStack.GetAccessPath( aStack.size() - 2 );
}
- OString sPlatform;
-
pResData = new ResData( sGroupId, sFilename );
pResData->sId = sLocalId;
pResData->sResTyp = pStackData->sResTyp;