diff options
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; }; |