summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-27 13:31:18 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-27 13:31:18 (GMT)
commitcb21c548db00560b4aa226606f2f1e80d45deb15 (patch)
treeeae4929f465b9023b4ae50bad054b4e9c247d86b /Source/cmMakefile.h
parentd74abbea895d032e5b4efa43854ad57417b8ab40 (diff)
parent8329fc016fd0b6e82b9bc1da9e857206d11b9bbe (diff)
downloadCMake-cb21c548db00560b4aa226606f2f1e80d45deb15.zip
CMake-cb21c548db00560b4aa226606f2f1e80d45deb15.tar.gz
CMake-cb21c548db00560b4aa226606f2f1e80d45deb15.tar.bz2
Merge topic 'policy-refactor'
8329fc01 cmPolicies: Replace unused include. 5447ca1a cmMakefile: Remove CMP0001 handling to callers. d0dcce15 cmMakefile: Simplify computation of ancient policy status. 658bfc5c cmMakefile: Remove redundant condition from policy status computation. f4a25874 cmMakefile: Inline internal policy status method. 3c45471c cmPolicies: Enable RVO for internal method. 71e69fc9 cmPolicies: Store only state that users can set. 84e18056 cmMakefile: Convert recursion to loop.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index c335a33..07342ea 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -929,8 +929,6 @@ private:
typedef std::vector<PolicyStackEntry> PolicyStackType;
PolicyStackType PolicyStack;
std::vector<PolicyStackType::size_type> PolicyBarriers;
- cmPolicies::PolicyStatus
- GetPolicyStatusInternal(cmPolicies::PolicyID id) const;
// CMP0053 == old
cmake::MessageType ExpandVariablesInStringOld(