summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icc/source/create_sRGB_profile/create_sRGB_profile.cpp1
-rw-r--r--l10ntools/source/help/HelpLinker.cxx1
2 files changed, 0 insertions, 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<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)