diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:35 (GMT) |
commit | 2b7baed719e4a6eb918ed6f22ee6031a40b7f316 (patch) | |
tree | f3c6b31bf958fa7e5bb9216e782a865c9dba2471 /Source/cmMakefile.h | |
parent | 7ba954925a876f4c753a4296236bc7d2f18eb0b8 (diff) | |
download | CMake-2b7baed719e4a6eb918ed6f22ee6031a40b7f316.zip CMake-2b7baed719e4a6eb918ed6f22ee6031a40b7f316.tar.gz CMake-2b7baed719e4a6eb918ed6f22ee6031a40b7f316.tar.bz2 |
cmMakefile: Inline method into only caller
cmMakefile should not have API which is only useful for deprecated
systems like cmPluginAPI.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 9ffdd9d..76afcbc 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -202,7 +202,6 @@ public: void AddLinkLibrary(const std::string&, cmTargetLinkLibraryType type); void AddLinkLibraryForTarget(const std::string& tgt, const std::string&, cmTargetLinkLibraryType type); - void AddLinkDirectoryForTarget(const std::string& tgt, const std::string& d); /** * Add a subdirectory to the build. |