summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-27 13:58:59 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-28 14:09:52 (GMT)
commitf881b4e4ccbab9aa7f3af3c610a72ad0422e90f9 (patch)
treeda163edfc3ca986b3e852de4710f70081b6605a1 /Source
parent5ad88623180d0a031512c813936f6a6bae49740c (diff)
downloadCMake-f881b4e4ccbab9aa7f3af3c610a72ad0422e90f9.zip
CMake-f881b4e4ccbab9aa7f3af3c610a72ad0422e90f9.tar.gz
CMake-f881b4e4ccbab9aa7f3af3c610a72ad0422e90f9.tar.bz2
cmCPackDebGenerator: Remove unused local variable
Diffstat (limited to 'Source')
-rw-r--r--Source/CPack/cmCPackDebGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx
index 0fafd85..006d66d 100644
--- a/Source/CPack/cmCPackDebGenerator.cxx
+++ b/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);
}