summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-06 16:15:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-06 17:28:45 +0200
commit356debabbacfe15a5d790d690a57ab5f9c0d3384 (patch)
treedf3f13af1aaaec59209f6df2f37e09f2b7db4e94 /helpcompiler
parent09c938c131da60054e42cf6d84c48c04d6f74da4 (diff)
cppcheck: unreadVariable
since initial commit d6cf80c14ef6abe02125bb8f66262961193cffd7 CWS-TOOLING: integrate CWS l10nframework01 Change-Id: I3d9761911c535965795b10b3ae96da3e7b51f23d Reviewed-on: https://gerrit.libreoffice.org/40808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/source/HelpLinker.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index b45dceae3f5c..ae54fadb68a7 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -291,10 +291,6 @@ void HelpLinker::link()
// do the work here
// continue with introduction of the overall process thing into the
// here all hzip files will be worked on
- std::string appl = mod;
- if (appl[0] == 's')
- appl = appl.substr(1);
-
bool bUse_ = true;
if( !bExtensionMode )
bUse_ = false;