summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallDirectoryGenerator.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/cmInstallDirectoryGenerator.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/cmInstallDirectoryGenerator.h')
-rw-r--r--Source/cmInstallDirectoryGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallDirectoryGenerator.h b/Source/cmInstallDirectoryGenerator.h
index b35771e..9810d56 100644
--- a/Source/cmInstallDirectoryGenerator.h
+++ b/Source/cmInstallDirectoryGenerator.h
@@ -35,7 +35,6 @@ public:
virtual ~cmInstallDirectoryGenerator();
protected:
- typedef cmInstallGeneratorIndent Indent;
virtual void GenerateScriptActions(std::ostream& os, Indent const& indent);
std::vector<std::string> Directories;
std::string FilePermissions;