summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-07 18:13:34 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-07 18:13:34 (GMT)
commitc8ec8d6a7ec6c176bc14e7026dc755a9be8689cb (patch)
tree3ef2de8dd4725079a1fd6afc5a0b9b6afc9f53c1 /Source/cmMakefile.cxx
parent3e8d47d18b4db6b4621ee5e4864dde234ad8a282 (diff)
downloadCMake-c8ec8d6a7ec6c176bc14e7026dc755a9be8689cb.zip
CMake-c8ec8d6a7ec6c176bc14e7026dc755a9be8689cb.tar.gz
CMake-c8ec8d6a7ec6c176bc14e7026dc755a9be8689cb.tar.bz2
cmMakefile: Remove superfluous overload
Explicit is better than implicit.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 0efd92c..3e9837d 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1267,11 +1267,6 @@ void cmMakefile::AddLinkDirectoryForTarget(const std::string& target,
}
}
-void cmMakefile::AddLinkLibrary(const std::string& lib)
-{
- this->AddLinkLibrary(lib, GENERAL_LibraryType);
-}
-
void cmMakefile::InitializeFromParent(cmMakefile* parent)
{
this->SystemIncludeDirectories = parent->SystemIncludeDirectories;