summaryrefslogtreecommitdiffstats
path: root/Source/cmEndWhileCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndWhileCommand.h')
-rw-r--r--Source/cmEndWhileCommand.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h
index d4e97b4..484d7c7 100644
--- a/Source/cmEndWhileCommand.h
+++ b/Source/cmEndWhileCommand.h
@@ -10,7 +10,6 @@
#include "cmCommand.h"
class cmExecutionStatus;
-struct cmListFileArgument;
/** \class cmEndWhileCommand
* \brief ends a while loop
@@ -26,21 +25,11 @@ public:
cmCommand* Clone() CM_OVERRIDE { return new cmEndWhileCommand; }
/**
- * Override cmCommand::InvokeInitialPass to get arguments before
- * expansion.
- */
- bool InvokeInitialPass(std::vector<cmListFileArgument> const& args,
- cmExecutionStatus& status) CM_OVERRIDE;
-
- /**
* This is called when the command is first encountered in
* the CMakeLists.txt file.
*/
bool InitialPass(std::vector<std::string> const&,
- cmExecutionStatus&) CM_OVERRIDE
- {
- return false;
- }
+ cmExecutionStatus&) CM_OVERRIDE;
/**
* This determines if the command is invoked when in script mode.