summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-09-04 21:07:58 +0200
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-09-06 22:42:32 +0200
commit3979fb5b59d79d3f48cf0656e58ec848cff5a723 (patch)
tree4cdacc15204361454f02c6220ed535d91ddbd371 /l10ntools
parent[cppchecker] unread variable deleted (diff)
downloadcore-3979fb5b59d79d3f48cf0656e58ec848cff5a723.tar.gz
core-3979fb5b59d79d3f48cf0656e58ec848cff5a723.zip
[cppchecker] deletion of unread variable
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/help/HelpLinker.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 4889642bfa74..1a76bf548fc6 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -122,7 +122,6 @@ void IndexerPreProcessor::processDocument
if( pResNodeCaption )
{
fs::path fsCaptionPureTextFile_docURL = m_fsCaptionFilesDirName / aStdStr_EncodedDocPathURL;
- std::string aCaptionPureTextFileStr_docURL = fsCaptionPureTextFile_docURL.native_file_string();
#ifdef WNT //We need _wfopen to support long file paths on Windows XP
FILE* pFile_docURL = _wfopen(
fsCaptionPureTextFile_docURL.native_file_string_w(), L"w" );