cmInstallTargetGenerator: Drop unused GetNamelinkMode method

This commit is contained in:
Brad King
2021-03-05 11:40:22 -05:00
parent abf9f25d6f
commit ea430582f9

View File

@@ -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;