diff options
Diffstat (limited to 'Source/CPack/cmCPackTarCompressGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackTarCompressGenerator.cxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Source/CPack/cmCPackTarCompressGenerator.cxx b/Source/CPack/cmCPackTarCompressGenerator.cxx index caab168..85b70ce 100644 --- a/Source/CPack/cmCPackTarCompressGenerator.cxx +++ b/Source/CPack/cmCPackTarCompressGenerator.cxx @@ -35,11 +35,11 @@ //---------------------------------------------------------------------- class cmCPackTarCompressGeneratorForward { - public: - static int GenerateHeader(cmCPackTarCompressGenerator* gg, std::ostream* os) - { - return gg->GenerateHeader(os); - } +public: + static int GenerateHeader(cmCPackTarCompressGenerator* gg, std::ostream* os) + { + return gg->GenerateHeader(os); + } }; //---------------------------------------------------------------------- @@ -52,8 +52,6 @@ cmCPackTarCompressGenerator::~cmCPackTarCompressGenerator() { } -static const size_t cmCPackTarCompress_Data_BlockSize = 16384; - //---------------------------------------------------------------------- class cmCPackTarCompress_Data { |