diff options
author | Brad King <brad.king@kitware.com> | 2014-11-26 19:12:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-26 19:12:39 (GMT) |
commit | f70f6acd4fcb6bea4947f8a6353e61ca4a02d455 (patch) | |
tree | 61bb7421458667477808c1044244bc69829e76f6 /Source/cmMakefile.h | |
parent | b3d9702cb86aa3fd8563b1250d2bcf5dfd79cc9c (diff) | |
parent | 7d674b5f0b28a610333644d417c2e8cb796cc9e4 (diff) | |
download | CMake-f70f6acd4fcb6bea4947f8a6353e61ca4a02d455.zip CMake-f70f6acd4fcb6bea4947f8a6353e61ca4a02d455.tar.gz CMake-f70f6acd4fcb6bea4947f8a6353e61ca4a02d455.tar.bz2 |
Merge branch 'revert-cached-regex-clear' into release
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 164290a..28f8686 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -942,9 +942,6 @@ public: std::string const& lhs, std::string const& rhs); - void ClearMatches(); - void StoreMatches(cmsys::RegularExpression& re); - protected: // add link libraries and directories to the target void AddGlobalLinkInformation(const std::string& name, cmTarget& target); @@ -1150,8 +1147,6 @@ private: std::vector<cmSourceFile*> QtUiFilesWithOptions; - unsigned int NumLastMatches; - bool AddRequiredTargetCFeature(cmTarget *target, const std::string& feature) const; |