From caff8e5a3e03c7841a35e563c014322f26611aef Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 16 May 2015 16:46:12 +0200 Subject: cmCTest: Remove unimplemented method. --- Source/cmTest.h | 5 ----- 1 file changed, 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, -- cgit v0.12