summaryrefslogtreecommitdiffstats
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-19 20:13:48 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-19 20:13:48 (GMT)
commit89e037ee19ed033fee0830a0c56c7ae956265512 (patch)
tree7a98427243bde8b3e73210dee288784981b46f9c /Source/cmCommand.h
parenta4bbb55efdbb8d1b948b55248b54a3532f2f9d41 (diff)
downloadCMake-89e037ee19ed033fee0830a0c56c7ae956265512.zip
CMake-89e037ee19ed033fee0830a0c56c7ae956265512.tar.gz
CMake-89e037ee19ed033fee0830a0c56c7ae956265512.tar.bz2
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r--Source/cmCommand.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h
index 7051d3e..72f08dc 100644
--- a/Source/cmCommand.h
+++ b/Source/cmCommand.h
@@ -53,14 +53,10 @@ public:
/**
* This is called at the end after all the information
* specified by the command is accumulated. Most commands do
- * not implement this method.
+ * not implement this method. At this point, reading and
+ * writing to the cache can be done.
*/
virtual void FinalPass() {};
-
- /**
- * This is called to let the command check the cache.
- */
- virtual void LoadCache() {}
/**
* This is a virtual constructor for the command.