summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackRPMGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-17 13:33:29 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-17 13:33:29 (GMT)
commitfeda0041c377cb5bc13cb92eaeb18b2596038164 (patch)
tree6cbf1785ebe063eaef2fc2ad7b9e99d0efe13b69 /Source/CPack/cmCPackRPMGenerator.cxx
parent45da4d2f80bd7ea647b99b7f7e849acbeaec3e3a (diff)
downloadCMake-feda0041c377cb5bc13cb92eaeb18b2596038164.zip
CMake-feda0041c377cb5bc13cb92eaeb18b2596038164.tar.gz
CMake-feda0041c377cb5bc13cb92eaeb18b2596038164.tar.bz2
STYLE: InitializeInternal() is unused
Alex
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();
-}
-