Kaydet (Commit) 545c36f5 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck:remove unused variables

üst 527c5158
......@@ -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);
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment