summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-06 00:00:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-25 12:48:36 (GMT)
commitf4a25874a2cb5468e7ecce6812e5833e10943017 (patch)
treeff473aa5ed98e502ffdfb22e9a406d14dc8ab53b /Source/cmMakefile.h
parent3c45471c2d4a0c08b88f10161d4b166a27165e31 (diff)
downloadCMake-f4a25874a2cb5468e7ecce6812e5833e10943017.zip
CMake-f4a25874a2cb5468e7ecce6812e5833e10943017.tar.gz
CMake-f4a25874a2cb5468e7ecce6812e5833e10943017.tar.bz2
cmMakefile: Inline internal policy status method.
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 2fc4d78..6dbea89 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -938,8 +938,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(