summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-05 16:40:22 (GMT)
committerBrad King <brad.king@kitware.com>2021-03-16 15:06:46 (GMT)
commitea430582f96a085e1b4d7c5125d5ca8a2266e48b (patch)
tree935437eb114e3425e4f3d47a7ed6c64912dd0242 /Source/cmInstallTargetGenerator.h
parentabf9f25d6fb6257bd4ea86a580c6a38530206b78 (diff)
downloadCMake-ea430582f96a085e1b4d7c5125d5ca8a2266e48b.zip
CMake-ea430582f96a085e1b4d7c5125d5ca8a2266e48b.tar.gz
CMake-ea430582f96a085e1b4d7c5125d5ca8a2266e48b.tar.bz2
cmInstallTargetGenerator: Drop unused GetNamelinkMode method
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 8c5d444..b94c2a6 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -39,7 +39,6 @@ public:
NamelinkModeSkip
};
void SetNamelinkMode(NamelinkModeType mode) { this->NamelinkMode = mode; }
- NamelinkModeType GetNamelinkMode() const { return this->NamelinkMode; }
std::string GetInstallFilename(const std::string& config) const;