summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableRequiresCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVariableRequiresCommand.h')
-rw-r--r--Source/cmVariableRequiresCommand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmVariableRequiresCommand.h b/Source/cmVariableRequiresCommand.h
index 6ceb77a..02ab248 100644
--- a/Source/cmVariableRequiresCommand.h
+++ b/Source/cmVariableRequiresCommand.h
@@ -40,8 +40,6 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> const& args);
- ///!
- virtual void FinalPass();
/**
* The name of the command as specified in CMakeList.txt.
*/
@@ -77,7 +75,6 @@ public:
cmTypeMacro(cmVariableRequiresCommand, cmCommand);
private:
std::string m_ErrorMessage;
- std::vector<std::string> m_Arguments;
bool m_RequirementsMet;
};