diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-07 20:07:16 (GMT) |
commit | 17ab8e33f005aab3e493ac4535f63b6f229aacab (patch) | |
tree | 34830b31d43bd18de1fcbf9d48d8bf27e4d37e8f /Source/cmMakefile.h | |
parent | 7edfcd0e834a4dc8d3da9cada6ad6b9b46dfb4dd (diff) | |
download | CMake-17ab8e33f005aab3e493ac4535f63b6f229aacab.zip CMake-17ab8e33f005aab3e493ac4535f63b6f229aacab.tar.gz CMake-17ab8e33f005aab3e493ac4535f63b6f229aacab.tar.bz2 |
cmMakefile: Inline method into only remaining caller
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 9f5f8ee..a16c6bb 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -200,8 +200,6 @@ public: * Add a link library to the build. */ void AddLinkLibrary(const std::string&, cmTargetLinkLibraryType type); - void AddLinkLibraryForTarget(const std::string& tgt, const std::string&, - cmTargetLinkLibraryType type); /** * Add a subdirectory to the build. |