diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 13:30:25 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-04 16:31:03 (GMT) |
commit | fe17092c20c39761a060508fc6b1979b06e84afe (patch) | |
tree | 06d5bbb9c4abfec72b76d9cc637f695a3e444974 | |
parent | 199b28ac3ab5cc2dc99b352b8653a03f93baf3e5 (diff) | |
download | CMake-fe17092c20c39761a060508fc6b1979b06e84afe.zip CMake-fe17092c20c39761a060508fc6b1979b06e84afe.tar.gz CMake-fe17092c20c39761a060508fc6b1979b06e84afe.tar.bz2 |
cmMakefile: Remove bogus comment.
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index ebfe508..e18a4a7 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -776,10 +776,6 @@ public: ///enabled. void EnableLanguage(std::vector<std::string>const& languages, bool optional); - /** - * Set/Get the name of the parent directories CMakeLists file - * given a current CMakeLists file name - */ cmCacheManager *GetCacheManager() const; /** |