mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmCPackDebGenerator: Remove unused local variable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user