diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 7aee9f6..516d16b 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -126,13 +126,6 @@ private: typedef std::map< std::string, std::pair<std::string,LinkLibraryType> > LibTypeMap; /** - * For each library in the link line, return a canonical name. The - * orginal library names have complicated forms, such as "x", - * "libx.so", "/full/path/libx.a", "-lx", and "-framework x". - */ - std::string CanonicalLibraryName( const std::string& lib ) const; - - /** * Emits the library \param lib and all its dependencies into * link_line. \param emitted keeps track of the libraries that have * been emitted to avoid duplicates--it is more efficient than |