diff options
Diffstat (limited to 'Source/CPack/cmCPackComponentGroup.cxx')
-rw-r--r-- | Source/CPack/cmCPackComponentGroup.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackComponentGroup.cxx b/Source/CPack/cmCPackComponentGroup.cxx index b847589..88c59f3 100644 --- a/Source/CPack/cmCPackComponentGroup.cxx +++ b/Source/CPack/cmCPackComponentGroup.cxx @@ -17,7 +17,6 @@ #include <string> #include <vector> -//---------------------------------------------------------------------- unsigned long cmCPackComponent::GetInstalledSize( const std::string& installDir) const { @@ -38,7 +37,6 @@ unsigned long cmCPackComponent::GetInstalledSize( return this->TotalSize; } -//---------------------------------------------------------------------- unsigned long cmCPackComponent::GetInstalledSizeInKbytes(const std::string& installDir) const { |