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/cmAddTestCommand.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/cmAddTestCommand.h')
-rw-r--r-- | Source/cmAddTestCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index add8ecb..229c32c 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -74,8 +74,6 @@ public: cmTypeMacro(cmAddTestCommand, cmCommand); -private: - std::string m_Test; }; |