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/cmInstallExportGenerator.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/cmInstallExportGenerator.h')
-rw-r--r-- | Source/cmInstallExportGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallExportGenerator.h b/Source/cmInstallExportGenerator.h index 24f4aac..9ee69f4 100644 --- a/Source/cmInstallExportGenerator.h +++ b/Source/cmInstallExportGenerator.h @@ -42,7 +42,6 @@ public: protected: typedef std::vector<cmTargetExport*> ExportSet; - typedef cmInstallGeneratorIndent Indent; virtual void GenerateScript(std::ostream& os); virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent); virtual void GenerateScriptActions(std::ostream& os, Indent const& indent); |