diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-03-16 14:33:23 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-03-16 14:33:23 (GMT) |
commit | 4b83a08b373e8dcb3a0b4b23390f747af167c864 (patch) | |
tree | db79f6e838c1f7a66e72c021855378fb60ab1555 /Source/cmVariableRequiresCommand.h | |
parent | 438c49f2a339be4507737686877c60d690a37919 (diff) | |
download | CMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.zip CMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.tar.gz CMake-4b83a08b373e8dcb3a0b4b23390f747af167c864.tar.bz2 |
ENH: a warning fix and some more cleanup
Diffstat (limited to 'Source/cmVariableRequiresCommand.h')
-rw-r--r-- | Source/cmVariableRequiresCommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmVariableRequiresCommand.h b/Source/cmVariableRequiresCommand.h index 9a74514..becd108 100644 --- a/Source/cmVariableRequiresCommand.h +++ b/Source/cmVariableRequiresCommand.h @@ -73,9 +73,6 @@ public: } cmTypeMacro(cmVariableRequiresCommand, cmCommand); -private: - std::string m_ErrorMessage; - bool m_RequirementsMet; }; |