Browse Source

Fix scan-build warning parsed is never read after being set.

Bill Hoffman 11 years ago
parent
commit
aea40fcb43
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/CPack/cpack.cxx

+ 0 - 1
Source/CPack/cpack.cxx

@@ -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
       {