mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
cmMakefile: Move internal method to private scope.
This commit is contained in:
@@ -65,8 +65,6 @@ class cmMakefile
|
||||
class Internals;
|
||||
cmsys::auto_ptr<Internals> Internal;
|
||||
public:
|
||||
/* Check for unused variables in this scope */
|
||||
void CheckForUnusedVariables() const;
|
||||
/* Mark a variable as used */
|
||||
void MarkVariableAsUsed(const std::string& var);
|
||||
/* return true if a variable has been initialized */
|
||||
@@ -1042,6 +1040,8 @@ private:
|
||||
bool HaveCxxStandardAvailable(cmTarget const* target,
|
||||
const std::string& feature) const;
|
||||
|
||||
void CheckForUnusedVariables() const;
|
||||
|
||||
mutable bool SuppressWatches;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user