1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

cmCPackDebGenerator: Remove unused local variable

This commit is contained in:
Brad King
2021-04-27 09:58:59 -04:00
parent 5ad8862318
commit f881b4e4cc

View File

@@ -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);
}