From 545c36f58e0553b0a5d594e9e1e5cfb58d7c4f0e Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 13 Sep 2011 20:41:20 +0200 Subject: cppcheck:remove unused variables --- icc/source/create_sRGB_profile/create_sRGB_profile.cpp | 1 - l10ntools/source/help/HelpLinker.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp index b931ea37ddfc..cf1766d86738 100644 --- a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp +++ b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp @@ -203,7 +203,6 @@ void dumpTag(FILE *outfile, CIccProfile *pIcc, icTagSignature sig) void dumpProfile(FILE *outfile, const char * profileName) { CIccProfile *pIcc; - std::string sReport; icValidateStatus nStatus; pIcc = OpenIccProfile(profileName); 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 &args, if ((!args.empty()) && args[0][0] == '@') { std::vector stringList; - std::string strBuf; std::ifstream fileReader(args[0].substr(1).c_str()); while (fileReader) -- cgit