Browse Source

cmCPackDebGenerator: Remove unused local variable

Brad King 4 years ago
parent
commit
f881b4e4cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/CPack/cmCPackDebGenerator.cxx

+ 0 - 1
Source/CPack/cmCPackDebGenerator.cxx

@@ -167,7 +167,6 @@ void DebGenerator::generateControlFile() const
 
   unsigned long totalSize = 0;
   {
-    std::string dirName = cmStrCat(this->TemporaryDir, '/');
     for (std::string const& file : this->PackageFiles) {
       totalSize += cmSystemTools::FileLength(file);
     }