summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPack7zGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/cmCPack7zGenerator.cxx')
-rw-r--r--Source/CPack/cmCPack7zGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/cmCPack7zGenerator.cxx b/Source/CPack/cmCPack7zGenerator.cxx
index 2809e56..06bf7e7 100644
--- a/Source/CPack/cmCPack7zGenerator.cxx
+++ b/Source/CPack/cmCPack7zGenerator.cxx
@@ -12,14 +12,12 @@
#include "cmCPack7zGenerator.h"
-//----------------------------------------------------------------------
cmCPack7zGenerator::cmCPack7zGenerator()
:cmCPackArchiveGenerator(cmArchiveWrite::CompressNone,
"7zip")
{
}
-//----------------------------------------------------------------------
cmCPack7zGenerator::~cmCPack7zGenerator()
{
}