summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-12-18 15:06:09 (GMT)
committerBrad King <brad.king@kitware.com>2008-12-18 15:06:09 (GMT)
commitf8c0dc27b56495a178cc711b594cd0f6395d942d (patch)
treebe53a1eec532313708f55f86ceab4f7e97c4cf27 /Source/cmInstallTargetGenerator.h
parent62a9fc7e945d89d67e41e7d8b220694150f335bf (diff)
downloadCMake-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/cmInstallTargetGenerator.h')
-rw-r--r--Source/cmInstallTargetGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index 0f587e6..aa4db86 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -64,7 +64,6 @@ public:
bool IsImportLibrary() const { return this->ImportLibrary; }
protected:
- 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);