summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackRPMGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/cmCPackRPMGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackRPMGenerator.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/CPack/cmCPackRPMGenerator.cxx b/Source/CPack/cmCPackRPMGenerator.cxx
index 83d653f..3ccb934 100644
--- a/Source/CPack/cmCPackRPMGenerator.cxx
+++ b/Source/CPack/cmCPackRPMGenerator.cxx
@@ -68,9 +68,3 @@ int cmCPackRPMGenerator::CompressFiles(const char* /*outFileName*/,
}
-//----------------------------------------------------------------------
-int cmCPackRPMGenerator::InitializeInternal()
-{
- return this->Superclass::InitializeInternal();
-}
-