summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-16 17:50:39 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-16 17:50:39 (GMT)
commita8e97f8a08f143ebc255c05a50f20b783a0fffa9 (patch)
treecdc9543523f9d72531bd154cfb8feb74966c3531 /Source/cmMakefile.h
parent59463ef1a33a22113e1c577c450d7b2c70916bbc (diff)
downloadCMake-a8e97f8a08f143ebc255c05a50f20b783a0fffa9.zip
CMake-a8e97f8a08f143ebc255c05a50f20b783a0fffa9.tar.gz
CMake-a8e97f8a08f143ebc255c05a50f20b783a0fffa9.tar.bz2
Remove VarRemoved code since it's been superceded
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 7826903..9d9606d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -67,10 +67,6 @@ public:
bool VariableInitialized(const char* ) const;
/* return true if a variable has been used */
bool VariableUsed(const char* ) const;
- /* return true if a variable has been set with
- set(foo )
- */
- bool VariableCleared(const char* ) const;
/** Return whether compatibility features needed for a version of
the cache or lower should be enabled. */
bool NeedCacheCompatibility(int major, int minor);