mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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