diff options
author | Brad King <brad.king@kitware.com> | 2008-12-18 15:06:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-12-18 15:06:09 (GMT) |
commit | f8c0dc27b56495a178cc711b594cd0f6395d942d (patch) | |
tree | be53a1eec532313708f55f86ceab4f7e97c4cf27 /Source/cmInstallFilesGenerator.h | |
parent | 62a9fc7e945d89d67e41e7d8b220694150f335bf (diff) | |
download | CMake-f8c0dc27b56495a178cc711b594cd0f6395d942d.zip CMake-f8c0dc27b56495a178cc711b594cd0f6395d942d.tar.gz CMake-f8c0dc27b56495a178cc711b594cd0f6395d942d.tar.bz2 |
STYLE: Remove useless install generator typedefs
The cmInstall*Generator classes all derive from cmInstallGenerator which
provides the Indent typedef so they do not need to provide it
Diffstat (limited to 'Source/cmInstallFilesGenerator.h')
-rw-r--r-- | Source/cmInstallFilesGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallFilesGenerator.h b/Source/cmInstallFilesGenerator.h index d8a740d..377975b 100644 --- a/Source/cmInstallFilesGenerator.h +++ b/Source/cmInstallFilesGenerator.h @@ -35,7 +35,6 @@ public: virtual ~cmInstallFilesGenerator(); protected: - typedef cmInstallGeneratorIndent Indent; virtual void GenerateScriptActions(std::ostream& os, Indent const& indent); std::vector<std::string> Files; bool Programs; |