summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-07 19:45:55 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-09 00:00:18 +0200
commit53d3a1c95a4b03b327149e628f6937d68af938e6 (patch)
treed9fe068585cca3630c85fc760c1f78a0d5e2775e /Source/cmMakefile.cxx
parent4ab2750c54adb09d147839687858aabe3cd988a7 (diff)
downloadcmake-53d3a1c95a4b03b327149e628f6937d68af938e6.tar.gz
cmMakefile: Remove unused GetProjectName calls.
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 16c0c9a35b..02b93ee5bb 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2030,11 +2030,6 @@ void cmMakefile::SetProjectName(std::string const& p)
this->StateSnapshot.SetProjectName(p);
}
-std::string cmMakefile::GetProjectName() const
-{
- return this->StateSnapshot.GetProjectName();
-}
-
void cmMakefile::AddGlobalLinkInformation(const std::string& name,
cmTarget& target)
{