diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-06 16:15:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-06 17:28:45 +0200 |
commit | 356debabbacfe15a5d790d690a57ab5f9c0d3384 (patch) | |
tree | df3f13af1aaaec59209f6df2f37e09f2b7db4e94 /helpcompiler | |
parent | 09c938c131da60054e42cf6d84c48c04d6f74da4 (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.cxx | 4 |
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; |