diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index d33ba34..7dc3ccc 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -358,10 +358,6 @@ class cmake debugging configurations.*/ std::vector<std::string> const& GetDebugConfigs(); - // record accesses of properties and variables - void RecordPropertyAccess(const char *name, cmProperty::ScopeType scope); - void ReportUndefinedPropertyAccesses(const char *filename); - // Define the properties static void DefineProperties(cmake *cm); |