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 /icc/source | |
parent | 527c515873cd2337e666c817f322fdbc8f4a74bd (diff) |
cppcheck:remove unused variables
Diffstat (limited to 'icc/source')
-rw-r--r-- | icc/source/create_sRGB_profile/create_sRGB_profile.cpp | 1 |
1 files changed, 0 insertions, 1 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); |