mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -05:00
cmInstallTargetGenerator: Drop unused GetNamelinkMode method
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user