Merge topic 'fix_value_not_used'

aea40fcb Fix scan-build warning parsed is never read after being set.
This commit is contained in:
Brad King 2014-08-05 09:22:33 -04:00 committed by CMake Topic Stage
commit 99f6eab851
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ int main (int argc, char const* const* argv)
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
"CPack generator not specified" << std::endl);
parsed = 0;
}
else
{