diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-07 17:45:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 22:00:18 (GMT) |
commit | 53d3a1c95a4b03b327149e628f6937d68af938e6 (patch) | |
tree | d9fe068585cca3630c85fc760c1f78a0d5e2775e /Source/cmMakefile.h | |
parent | 4ab2750c54adb09d147839687858aabe3cd988a7 (diff) | |
download | CMake-53d3a1c95a4b03b327149e628f6937d68af938e6.zip CMake-53d3a1c95a4b03b327149e628f6937d68af938e6.tar.gz CMake-53d3a1c95a4b03b327149e628f6937d68af938e6.tar.bz2 |
cmMakefile: Remove unused GetProjectName calls.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 459d34c..0a8dcd5 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -274,11 +274,6 @@ public: */ void SetProjectName(std::string const& name); - /** - * Get the name of the project for this build. - */ - std::string GetProjectName() const; - /** Get the configurations to be generated. */ std::string GetConfigurations(std::vector<std::string>& configs, bool single = true) const; |