diff options
Diffstat (limited to 'Source/CPack/cmCPackTarBZip2Generator.cxx')
-rw-r--r-- | Source/CPack/cmCPackTarBZip2Generator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackTarBZip2Generator.cxx b/Source/CPack/cmCPackTarBZip2Generator.cxx index 7a52afd..d4c6dd6 100644 --- a/Source/CPack/cmCPackTarBZip2Generator.cxx +++ b/Source/CPack/cmCPackTarBZip2Generator.cxx @@ -101,7 +101,6 @@ int cmCPackTarBZip2Generator::CompressFiles(const char* outFileName, = this->GetOption("CPACK_TEMPORARY_DIRECTORY"); packageDirFileName += ".tar"; std::string output; - int retVal = -1; if ( !this->Superclass::CompressFiles(packageDirFileName.c_str(), toplevel, files) ) { |