summaryrefslogtreecommitdiffstats
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
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.