diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 6ba9772..16d0121 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -244,10 +244,6 @@ public: void GetTargetVersion(bool soversion, int& major, int& minor, int& patch) const; - /** Test for special case of a third-party shared library that has - no soname at all. */ - bool IsImportedSharedLibWithoutSOName(const std::string& config) const; - /** Does this target have a GNU implib to convert to MS format? */ bool HasImplibGNUtoMS() const; |