diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-13 20:41:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-13 20:42:27 +0200 |
commit | 545c36f58e0553b0a5d594e9e1e5cfb58d7c4f0e (patch) | |
tree | 25ceaa6838a752e785a6f858dfdcdb975429f02c /l10ntools/source | |
parent | 527c515873cd2337e666c817f322fdbc8f4a74bd (diff) |
cppcheck:remove unused variables
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index 1a76bf548fc6..b75499126dd3 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -737,7 +737,6 @@ void HelpLinker::main( std::vector<std::string> &args, if ((!args.empty()) && args[0][0] == '@') { std::vector<std::string> stringList; - std::string strBuf; std::ifstream fileReader(args[0].substr(1).c_str()); while (fileReader) |