summaryrefslogtreecommitdiff
path: root/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icc/source/create_sRGB_profile/create_sRGB_profile.cpp')
-rw-r--r--icc/source/create_sRGB_profile/create_sRGB_profile.cpp1
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);