cmCPackDebGenerator: Remove unused local variable
This commit is contained in:
parent
5ad8862318
commit
f881b4e4cc
@ -167,7 +167,6 @@ void DebGenerator::generateControlFile() const
|
|||||||
|
|
||||||
unsigned long totalSize = 0;
|
unsigned long totalSize = 0;
|
||||||
{
|
{
|
||||||
std::string dirName = cmStrCat(this->TemporaryDir, '/');
|
|
||||||
for (std::string const& file : this->PackageFiles) {
|
for (std::string const& file : this->PackageFiles) {
|
||||||
totalSize += cmSystemTools::FileLength(file);
|
totalSize += cmSystemTools::FileLength(file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user