diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 14:46:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-19 20:36:51 (GMT) |
commit | caff8e5a3e03c7841a35e563c014322f26611aef (patch) | |
tree | 455a80d609dbce16cc203f7124730b063938b1f8 /Source/cmTest.h | |
parent | bb1e8c3adfc4b188b0f340d757591039ffda4ef9 (diff) | |
download | CMake-caff8e5a3e03c7841a35e563c014322f26611aef.zip CMake-caff8e5a3e03c7841a35e563c014322f26611aef.tar.gz CMake-caff8e5a3e03c7841a35e563c014322f26611aef.tar.bz2 |
cmCTest: Remove unimplemented method.
Diffstat (limited to 'Source/cmTest.h')
-rw-r--r-- | Source/cmTest.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTest.h b/Source/cmTest.h index c6e7e42..ca88afe 100644 --- a/Source/cmTest.h +++ b/Source/cmTest.h @@ -40,11 +40,6 @@ public: return this->Command; } - /** - * Print the structure to std::cout. - */ - void Print() const; - ///! Set/Get a property of this source file void SetProperty(const std::string& prop, const char *value); void AppendProperty(const std::string& prop, |